This repository has been archived on 2022-05-01. You can view files and clone it, but cannot push or open issues or pull requests.
a2s/.editorconfig

20 lines
257 B
INI

root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.html,*.css}]
indent_style = tab
indent_size = 4
[*.js]
indent_style = space
indent_size = 2
[humans.txt]
indent_style = tab
indent_size = 2