Web-Console/.editorconfig

6 lines
140 B
INI
Raw Normal View History

2023-02-01 13:45:41 +00:00
[*.{json,js,jsx,ts,tsx,vue,scss,yml,yaml}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true