mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
8 lines
129 B
INI
8 lines
129 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
|