-
Timur Safin authored
NO_DOC=infra NO_CHANGELOG=infra NO_TEST=infra
Timur Safin authoredNO_DOC=infra NO_CHANGELOG=infra NO_TEST=infra
.editorconfig 387 B
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[CMakeLists.txt]
indent_style = space
indent_size = 4
[*.cmake]
indent_style = space
indent_size = 4
[*.lua]
indent_style = space
indent_size = 4
[*.pl]
indent_style = space
indent_size = 4
[*.{h,c,cc}]
indent_style = tab
tab_width = 8