plusone-admin/.editorconfig

37 lines
569 B
INI
Raw Permalink Normal View History

2022-12-07 18:14:38 +08:00
root = true
[*]
charset = utf-8
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[{*.ng,*.sht,*.html,*.shtm,*.shtml,*.htm}]
indent_size=4
[{*.jhm,*.xslt,*.xul,*.rng,*.xsl,*.xsd,*.ant,*.tld,*.fxml,*.jrxml,*.xml,*.jnlp,*.wsdl}]
indent_size=4
[{.babelrc,.stylelintrc,jest.config,.eslintrc,.prettierrc,*.json,*.jsb3,*.jsb2,*.bowerrc}]
indent_size=2
[*.svg]
indent_size=2
[*.js.map]
indent_size=2
[*.less]
indent_size=2
[*.vue]
indent_size=4
[{.analysis_options,*.yml,*.yaml}]
indent_size=2
[*.java]
2023-02-18 11:00:40 +08:00
indent_size=4