mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-10-31 22:05:58 +00:00
12 lines
304 B
JSON
12 lines
304 B
JSON
|
{
|
||
|
"python.formatting.provider": "black",
|
||
|
"cSpell.words": [
|
||
|
"Dupras",
|
||
|
"hscommon"
|
||
|
],
|
||
|
"python.languageServer": "Pylance",
|
||
|
"yaml.schemaStore.enable": true,
|
||
|
"yaml.schemas": {
|
||
|
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
|
||
|
}
|
||
|
}
|