do not automatically format json (#13320)
This commit is contained in:
parent
ad3169f500
commit
848da57d6e
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -23,5 +23,8 @@
|
||||
"editor.trimAutoWhitespace": false,
|
||||
"files.trimTrailingWhitespace": false
|
||||
},
|
||||
"python.formatting.provider": "yapf"
|
||||
"python.formatting.provider": "yapf",
|
||||
"[json]": {
|
||||
"editor.formatOnSave": false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user