Parcourir la source

do not automatically format json (#13320)

Zach White il y a 4 ans
Parent
commit
848da57d6e
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      .vscode/settings.json

+ 4 - 1
.vscode/settings.json

@@ -23,5 +23,8 @@
         "editor.trimAutoWhitespace": false,
         "files.trimTrailingWhitespace": false
     },
-    "python.formatting.provider": "yapf"
+    "python.formatting.provider": "yapf",
+    "[json]": {
+	    "editor.formatOnSave": false
+    }
 }