Web-Console/.editorconfig
2023-02-01 21:45:41 +08:00

6 lines
140 B
INI

[*.{json,js,jsx,ts,tsx,vue,scss,yml,yaml}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true