Explorar o código

do not automatically format json (#13320)

Zach White %!s(int64=4) %!d(string=hai) anos
pai
achega
848da57d6e
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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
+    }
 }