Browse Source

do not automatically format json (#13320)

Zach White 4 years ago
parent
commit
848da57d6e
1 changed files with 4 additions and 1 deletions
  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
+    }
 }