~vcs-imports/evolution-mapi/master

1854 by Corentin Noël
Add EditorConfig file
1
root = true
2
3
[*]
4
charset = utf-8
5
end_of_line = lf
6
7
[*.[ch]]
8
indent_style = tab
9
insert_final_newline = true
10
max_line_length = 100
11
tab_width = 8
12
13
[CMakeLists.txt]
14
indent_style = tab
15
tab_width = 8
16