Browse Source

format on save: toml excluded

t1m0t 3 năm trước cách đây
mục cha
commit
3f97cbdaa5
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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
+  }
 }