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

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

[*.md]
indent_size = 4