Skip to content

Commit

Permalink
vscode: specify yapf as the formatting provider (qmk#13206)
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Jun 14, 2021
1 parent a084865 commit 3d62e1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"[markdown]": {
"editor.trimAutoWhitespace": false,
"files.trimTrailingWhitespace": false
}
},
"python.formatting.provider": "yapf"
}

0 comments on commit 3d62e1d

Please sign in to comment.