From 952ace00d36fcfec6adefabbbb5b7dca115c38e1 Mon Sep 17 00:00:00 2001 From: developomp Date: Tue, 27 Jun 2023 16:37:25 +0900 Subject: [PATCH] chore: make vscode fix errors on save --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index b3f6f44..841c779 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,9 @@ "editor.formatOnSave": true, "editor.detectIndentation": false, "editor.insertSpaces": false, + "editor.codeActionsOnSave": { + "source.fixAll": true + }, "cSpell.words": [ "bspwm", "cairographics",