Browse Source

vscode: specify yapf as the formatting provider (#13206)

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

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

@ -22,5 +22,6 @@
"[markdown]": {
"editor.trimAutoWhitespace": false,
"files.trimTrailingWhitespace": false
}
},
"python.formatting.provider": "yapf"
}

Loading…
Cancel
Save