summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 40e3782525eb6765fd980ea85899a9e27208bb8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# top-most EditorConfig file
root = true

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

[*.md]
indent_style = space
indent_size = 4