blessing-skin-plugins/.editorconfig
2020-06-07 23:37:36 +08:00

16 lines
211 B
INI

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{php,ps1}]
indent_size = 4
[composer.json]
indent_size = 4