mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 19:32:38 +08:00
12 lines
174 B
INI
12 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
|