blob: 618d3f1c43b9d6c1756414e2ba330256b066bfcc [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
[project.pbxproj]
indent_style = tab
[.editorconfig]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
insert_final_newline = true