aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 90afa32d134b525e4d8f68da19cb57bf683a7f00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
root = true

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

[*.md]
trim_trailing_whitespace=false