Browse Source

do not automatically format json (#13320)

pull/13351/head
Zach White 2 years ago
committed by GitHub
parent
commit
848da57d6e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .vscode/settings.json

+ 4
- 1
.vscode/settings.json View File

@ -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