mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
23 lines
656 B
JSON
23 lines
656 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode"
|
|
},
|
|
"typescript.preferences.importModuleSpecifierEnding": "js",
|
|
"typescript.reportStyleChecksAsWarnings": false,
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"makefile.configureOnOpen": false
|
|
}
|