mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
7 lines
129 B
INI
7 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
|