Ver código fonte

format on save: toml excluded

t1m0t 3 anos atrás
pai
commit
3f97cbdaa5
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      .vscode/settings.json

+ 4 - 1
.vscode/settings.json

@@ -4,5 +4,8 @@
     "desktop",
     "router"
   ],
-  "editor.formatOnSave": false
+  "editor.formatOnSave": true,
+  "[toml]": {
+    "editor.formatOnSave": false
+  }
 }