live2demo/.editorconfig

13 lines
184 B
INI
Raw Normal View History

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