switch from tabs to spaces & set indent size to 4

This commit is contained in:
Hichem Fantar
2022-07-26 15:41:07 +01:00
parent 51a876cf2b
commit fd92f2de5e
10 changed files with 9128 additions and 9105 deletions

View File

@@ -1,12 +1,12 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": true,
"singleQuote": false,
"semi": true,
"bracketSameLine": false,
"bracketSpacing": true,
"jsxSingleQuote": false,
"quoteProps": "as-needed",
"endOfLine": "lf"
"trailingComma": "es5",
"useTabs": false,
"tabWidth": 4,
"singleQuote": false,
"semi": true,
"bracketSameLine": false,
"bracketSpacing": true,
"jsxSingleQuote": false,
"quoteProps": "as-needed",
"endOfLine": "lf"
}