2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-15 15:22:27 +03:00
Files
vue-tribute/.prettierrc
T
Collin Henderson 03dc35436b Initial v2 commit
2022-01-24 09:40:45 -05:00

12 lines
224 B
Plaintext

{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid",
"printWidth": 120,
"vueIndentScriptAndStyle": false
}