Files
UNIT3D/.editorconfig
Roardom cf056b10e8 refactor: auto format .js, .vue, and .scss files with prettier
Update .editorconfig, .prettierrc and .prettierignore, then ran `./node_modules/.bin/prettier --write resources/`. For consistency, and convenience of auto-formatting on save.
2024-07-22 06:04:13 +00:00

13 lines
197 B
INI

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
spelling_language = en-US
trim_trailing_whitespace = true
insert_final_newline = true
[*.vue]
indent_size = 2