17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false,
|
|
|
|
"files.eol": "\n",
|
|
"files.encoding": "utf8",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
"[javascript][typescript][javascriptreact][typescriptreact]": {
|
|
"editor.defaultFormatter": "oxc.oxc"
|
|
},
|
|
|
|
"eslint.enable": false
|
|
}
|