Skip to content

Commit 848da57

Browse files
authored
do not automatically format json (#13320)
1 parent ad3169f commit 848da57

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
"editor.trimAutoWhitespace": false,
2424
"files.trimTrailingWhitespace": false
2525
},
26-
"python.formatting.provider": "yapf"
26+
"python.formatting.provider": "yapf",
27+
"[json]": {
28+
"editor.formatOnSave": false
29+
}
2730
}

0 commit comments

Comments
 (0)