Compare commits

...

1 Commits

Author SHA1 Message Date
db748c7714 fix(zed): now handling formatting per project 2025-11-21 14:53:50 +01:00

View File

@@ -108,25 +108,11 @@
"inline_code_actions": false, "inline_code_actions": false,
"relative_line_numbers": true, "relative_line_numbers": true,
"file_types": {
"JSONC": [".oxlintrc.json"]
},
"languages": { "languages": {
"Vue.js": {
"format_on_save": "off",
"code_actions_on_format": {
"source.fixAll.eslint": true
}
},
"JavaScript": {
"format_on_save": "off",
"code_actions_on_format": {
"source.fixAll.eslint": true
}
},
"TypeScript": {
"format_on_save": "off",
"code_actions_on_format": {
"source.fixAll.eslint": true
}
},
"YAML": { "YAML": {
"format_on_save": "off" "format_on_save": "off"
} }