live2demo/.editorconfig

13 lines
187 B
INI
Raw Normal View History

2019-09-02 18:14:43 +08:00
root = true
[*]
charset = utf-8
2019-11-14 20:41:22 +08:00
end_of_line = lf
indent_size = 4
indent_style = space
2019-09-02 18:14:43 +08:00
insert_final_newline = true
trim_trailing_whitespace = true
2019-11-14 20:41:22 +08:00
[*.{json,lock,yml,sh}]
2019-09-02 18:14:43 +08:00
indent_size = 2