aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 8d705939ef2a0f4dfb5c6570c7252900b450a657 (plain)
1
2
3
4
5
6
7
8
root = true

[**.js]
charset = utf-8
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true