diff --git a/.var/app/dev.zed.Zed/config/zed/settings.json b/.var/app/dev.zed.Zed/config/zed/settings.json index f0392a9..32c8cb5 100644 --- a/.var/app/dev.zed.Zed/config/zed/settings.json +++ b/.var/app/dev.zed.Zed/config/zed/settings.json @@ -108,25 +108,11 @@ "inline_code_actions": false, "relative_line_numbers": true, + "file_types": { + "JSONC": [".oxlintrc.json"] + }, + "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": { "format_on_save": "off" }