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

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,ts,vue,sass}]
charset = utf-8
indent_style = space
indent_size = 2