aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: c9b4e4e4f06e2dbd4e2312c846668a52ae13bc57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.{zip,docx}]
charset =
end_of_line =
indent_style =
indent_size =
insert_final_newline =
trim_trailing_whitespace =

[*.{markdown,md}]
trim_trailing_whitespace = false

[test/*]
insert_final_newline = false
trim_trailing_whitespace = false