apaas-custom-mydemo/.editorconfig
2025-12-20 14:20:26 +08:00

21 lines
289 B
INI

root = true
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=false
indent_style=space
indent_size=2
[{.eslintrc,.babelrc,.stylelintrc,*.json}]
indent_style=space
indent_size=2
[*.less]
indent_style=space
indent_size=2
[*.{js,jsx,ts,tsx,vue,html}]
indent_style=space
indent_size=2