This commit is contained in:
2022-11-08 21:21:18 +01:00
parent 4c456eafc3
commit 6e41ad636e
324 changed files with 75502 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "crlf",
"printWidth": 150,
"semi": true,
"singleQuote": true,
"tabs": false,
"tabWidth": 4,
"trailingComma": "none",
"vueIndentScriptAndStyle": true
}