Created
December 1, 2022 21:14
-
-
Save thomasweng15/5ea1ac12bdf85bfeb32ec9f33dfceff3 to your computer and use it in GitHub Desktop.
VSCode settings for python black
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// https://dev.to/adamlombard/how-to-use-the-black-python-code-formatter-in-vscode-3lo0 | |
"python.formatting.provider": "black", | |
"python.formatting.blackPath": "/home/exx/miniconda3/envs/gifs_cloth/bin/black", | |
"editor.formatOnSave": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment