Files
evolution/.editorconfig
Corentin Noël 2acff2c4c4 Add EditorConfig file
A simple configuration file that specifies the used spacing details.

More information on https://editorconfig.org/
2020-11-18 14:16:05 +01:00

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