summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: e8019ba73a4963818c70c30c7df6f0e8073d5ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
root = true

# Tab indentation
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false