aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: b0a8221f1e769ffdf18981bfc80279c8da8be29c (plain)
1
2
3
4
5
6
[*]
end_of_line = lf

[*.{js,mjs,ts}]
indent_size = 2
trim_trailing_whitespace = true