# Editor configuration, see http://editorconfig.org

[*.{c,cpp,h,rb}]
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
