From db748c771484c376d859ea164c62cd17198e13f8 Mon Sep 17 00:00:00 2001 From: oxypomme Date: Fri, 21 Nov 2025 14:53:50 +0100 Subject: [PATCH] fix(zed): now handling formatting per project --- .var/app/dev.zed.Zed/config/zed/settings.json | 22 ++++--------------- 1 file changed, 4 insertions(+), 18 deletions(-) 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" }