blob: 9e0526567e887725e65cc6bd1eba8bdcad49f958 [file] [edit]
# Editor configuration, see https://editorconfig.org
[*.{c,cpp,h,rb,py,pl}]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
insert_final_newline = true
[{CMakeLists.txt,*.cmake}]
indent_style = space
end_of_line = lf
insert_final_newline = true
[project.pbxproj]
indent_style = tab
[.editorconfig]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
insert_final_newline = true