From a7f1039241bc0f7e1f5eeacc770d9340f9348db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 27 Aug 2024 15:44:02 +0200 Subject: [PATCH] fish, zed, pipewire --- .config/zed/settings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/zed/settings.json b/.config/zed/settings.json index 2f969c1..45a9252 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -28,6 +28,11 @@ "formatting": false } } + }, + "formatter": { + "code_actions": { + "source.fixAll.eslint": true + } } // The following settings have been changed from the upstream defaults to // improve security and privacy. Here are the upstream defaults, you can