blob: 77f5dceebde19d4728e7fe45fc7aeae387d9ef29 [file] [log] [blame]
# 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