mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-10-31 22:05:58 +00:00
Andrew Senetar
448d33dcb6
- Add yml validation to project for vscode - Allow .vscode/settings.json - Apply formatting to workflow files
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"
|
|
}
|
|
} |