mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 03:21:48 +08:00
vscode: specify yapf as the formatting provider (#13206)
This commit is contained in:
parent
a08486597d
commit
3d62e1dfbf
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -22,5 +22,6 @@
|
|||
"[markdown]": {
|
||||
"editor.trimAutoWhitespace": false,
|
||||
"files.trimTrailingWhitespace": false
|
||||
}
|
||||
},
|
||||
"python.formatting.provider": "yapf"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue