summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 2330a450bc118a0b6f07f5eda0c7ff5813ac4a1b (plain)
1
2
3
4
5
6
7
8
9
root = true
[**]
end_of_line = LF
indent_style = space
indent_size = 4
insert_final_newline = true

[**.js]
indent_size = 2