
Simple start to an editor config file when editing source files to make sure they are configured correctly.
9 строки
138 B
INI
9 строки
138 B
INI
root = true
|
|
|
|
[*.{c, h}]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|