make black the default python formatter

This commit is contained in:
c0de 2023-11-13 22:50:46 -06:00
parent ca52a95fae
commit d10ae2bb71
1 changed files with 4 additions and 1 deletions

View File

@ -3,5 +3,8 @@
"crossorigin", "crossorigin",
"jazzmin", "jazzmin",
"venv" "venv"
] ],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
} }