Skip to content

Commit

Permalink
do not automatically format json (qmk#13320)
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Jun 26, 2021
1 parent ad3169f commit 848da57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"editor.trimAutoWhitespace": false,
"files.trimTrailingWhitespace": false
},
"python.formatting.provider": "yapf"
"python.formatting.provider": "yapf",
"[json]": {
"editor.formatOnSave": false
}
}

0 comments on commit 848da57

Please sign in to comment.