do not automatically format json (#13320)

miryoku-merge-master
Zach White 5 years ago committed by GitHub
parent ad3169f500
commit 848da57d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save