blob: 10aaf8a9f33ce81ce3aee831358f5017fd34df39 [file] [log] [blame]
# Editor configuration, see http://editorconfig.org
[*.{c,cpp,h}]
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
[.editorconfig]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
insert_final_newline = true