mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
Update .editorconfig, .prettierrc and .prettierignore, then ran `./node_modules/.bin/prettier --write resources/`. For consistency, and convenience of auto-formatting on save.
13 lines
197 B
INI
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 |