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

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

[*.{md,yml}]
indent_style = space
indent_size = 2