summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: d9e823087ea3ac271124e98e4b49d86486d85bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# editorconfig.org
root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[**.{js, json}]
indent_style = tab
indent_size = 4

[**.{yml,yaml}]
indent_style = spaces
indent_size = 2