mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-14 11:39:03 +00:00
Andrew Senetar
53d5ac06bf
- Add additional settings to VS Code for formatter changes in plugins - Fix black formatting - Fix flake8 errors due to long lines - Fix flake8 errors due to type comparisons
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"cSpell.words": [
|
|
"Dupras",
|
|
"hscommon"
|
|
],
|
|
"editor.rulers": [
|
|
88,
|
|
120
|
|
],
|
|
"python.languageServer": "Pylance",
|
|
"yaml.schemaStore.enable": true,
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
}
|
|
} |