1
0
Fork 0

vscode settings update

- added more words to workspace dictionary
- added python formatter
This commit is contained in:
Kim, Jimin 2022-01-27 21:09:09 +09:00
parent e2b3d331a9
commit 3a81ab3533

View file

@ -1,3 +1,4 @@
{
"cSpell.words": ["developomp", "pamac"]
"cSpell.words": ["developomp", "flatpak", "pamac"],
"python.formatting.provider": "black"
}