do not automatically format json (#13320)

qmk_compile_improvements
Zach White 4 years ago committed by GitHub
parent ad3169f500
commit 848da57d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .vscode/settings.json

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