mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-05 07:49:02 +00:00
13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"cSpell.words": [
|
|
"Dupras",
|
|
"hscommon"
|
|
],
|
|
"editor.rulers": [
|
|
88,
|
|
120
|
|
],
|
|
"python.languageServer": "Pylance",
|
|
"yaml.schemaStore.enable": true,
|
|
} |