This commit is contained in:
Valentin Silytuin
2022-02-01 20:32:12 +04:00
parent 1e6b8905d7
commit dba52852f7
12 changed files with 1288 additions and 192 deletions

View File

@@ -1,15 +1,6 @@
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "es5",
"bracketSpacing": false,
"arrowParens": "always",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"bracketSpacing": false
}