microwave-project-unite/.editorconfig

8 lines
162 B
INI

[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 4
end_of_line = crlf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100