1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

added prettier

This commit is contained in:
Fedor Katurov 2022-07-29 13:06:15 +07:00
parent d55222b3ad
commit baab04be3e

View file

@ -1,5 +1,5 @@
{ {
"printWidth": 100, "tabWidth": 2,
"singleQuote": true, "useTabs": false,
"trailingComma": "es5" "trailingComma": "all"
} }