You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
411 B
INI
24 lines
411 B
INI
# 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
|