Mercurial > code > home > repos > light9
diff .vscode/settings.json @ 2113:4455c67d4a5c
ide
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jun 2022 19:20:30 +0000 |
parents | d991f7c3485a |
children | b27a3a8f9ecb |
line wrap: on
line diff
--- a/.vscode/settings.json Thu Jun 02 18:52:24 2022 +0000 +++ b/.vscode/settings.json Thu Jun 02 19:20:30 2022 +0000 @@ -5,5 +5,6 @@ "cmake.configureOnOpen": false, "toTypeScript.fixUnreachableCode": false, "toTypeScript.fixUnusedLabel": false, - "toTypeScript.forgottenThisPropertyAccess": false + "toTypeScript.forgottenThisPropertyAccess": false, + "python.formatting.provider": "yapf" }