Files
dotfiles/dot/.editorconfig
2020-01-07 02:11:55 +08:00

15 lines
211 B
INI

root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,ts}]
indent_style = space
indent_size = 4
[{package,package-lock}.json]
indent_style = space
indent_size = 2