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

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[*.md]
indent_size = 4
indent_style = space
trim_trailing_whitespace = false