summary refs log tree commit diff stats
path: root/.editorconfig
blob: fd545b6891e36068ad13c634dd87e9a35f6db172 (plain)
1
2
3
4
5
6
7
8
9
10
root = true

[*]
end_of_line = lf

[*.{js,json}]
charset = utf-8
indent_style = space
trim_trailing_whitespace = true
indent_size = 2