Add prettier configuration

pull/116/head
Maurice Oegerli 2 years ago
parent b1f8899bd8
commit bbea6116af

@ -0,0 +1,2 @@
dist
node_modules

@ -0,0 +1,11 @@
{
"singleQuote": false,
"trailingComma": "all",
"semi": true,
"tabWidth": 4,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"printWidth": 120,
"vueIndentScriptAndStyle": false,
"quoteProps": "as-needed"
}
Loading…
Cancel
Save