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

[*.js]
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf