vscode: disable auto formatting

This commit is contained in:
lelgenio 2022-06-01 08:40:21 -03:00
parent 2508fc6a89
commit ea44da0faf
1 changed files with 3 additions and 3 deletions

View File

@ -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,