This commit is contained in:
Valentin Silytuin
2022-02-01 20:07:08 +04:00
parent b0767cb34b
commit 96e24c8e19
11 changed files with 1286 additions and 184 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
}