0
是否允許在等號.editorconfig
之前使用縮進,如php.ini
?等號前縮進.editorconfig
實施例:
# editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = false