mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
11 lines
174 B
INI
11 lines
174 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*.{h,c,cpp,hpp,cc,cxx}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
indent_brace_style = K&R
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 2
|