ray/.editorconfig

12 lines
174 B
INI
Raw Normal View History

2016-06-27 23:10:55 +03:00
# top-most EditorConfig file
root = true
[*.{h,c,cpp,hpp,cc,cxx}]
indent_style = space
indent_size = 2
indent_brace_style = K&R
2016-07-28 13:11:13 -07:00
[*.py]
indent_style = space
indent_size = 2