You need to sign in or sign up before continuing.
Commit dac72771 by G

vscode settings paired with biome

parent e5f85884
{
"editor.tabSize": 4,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"npm.packageManager": "yarn",
"editor.defaultFormatter": "biomejs.biome",
"editor.autoIndent": "full",
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.wordWrap": "on",
"editor.minimap.enabled": false,
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/node_modules": true
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment