mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-08 17:19:03 +00:00
17 lines
366 B
JSON
17 lines
366 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"
|
|
},
|
|
"python.testing.pytestEnabled": true
|
|
} |