diff --git a/dotfiles/vscode.jsonc b/dotfiles/vscode.jsonc index 0e8d5b8..cc37c36 100644 --- a/dotfiles/vscode.jsonc +++ b/dotfiles/vscode.jsonc @@ -87,9 +87,9 @@ // "editorCursor.background": "{{@@ color.txt @@}}", // "statusBar.foreground": "{{@@ color.txt @@}}", }, - "editor.formatOnType": true, - "editor.formatOnSave": true, - "editor.formatOnPaste": true, + "editor.formatOnType": false, + "editor.formatOnSave": false, + "editor.formatOnPaste": false, "editor.formatOnSaveMode": "modifications", "editor.suggestSelection": "first", "debug.allowBreakpointsEverywhere": true,