1
0
Fork 0

do not automatically format json (#13320)

This commit is contained in:
Zach White 2021-06-25 22:47:48 -07:00 committed by GitHub
parent ad3169f500
commit 848da57d6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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