A simple configuration file that specifies the used spacing details. More information on https://editorconfig.org/
17 lines
195 B
INI
17 lines
195 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
|
|
[*.[ch]]
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
max_line_length = 100
|
|
tab_width = 8
|
|
|
|
[CMakeLists.txt]
|
|
indent_style = tab
|
|
tab_width = 8
|
|
|