1
0
réplica de https://github.com/arsenetar/dupeguru.git synced 2025-07-05 15:03:20 +00:00

chore: Add rulers to vscode settings, format

Este commit está contenido en:
Andrew Senetar 2023-01-12 23:30:35 -06:00
padre d81759f77f
commit 8125e3ec97
Firmado por: arsenetar
ID de clave GPG: C63300DCE48AB2F1
Se han modificado 2 ficheros con 6 adiciones y 4 borrados

Ver fichero

@ -5,6 +5,7 @@
"ms-python.vscode-pylance", "ms-python.vscode-pylance",
"ms-python.python" "ms-python.python"
], ],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace. // List of extensions recommended by VS Code that should not be recommended for
// users of this workspace.
"unwantedRecommendations": [] "unwantedRecommendations": []
} }

Ver fichero

@ -4,9 +4,10 @@
"Dupras", "Dupras",
"hscommon" "hscommon"
], ],
"editor.rulers": [
88,
120
],
"python.languageServer": "Pylance", "python.languageServer": "Pylance",
"yaml.schemaStore.enable": true, "yaml.schemaStore.enable": true,
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
}
} }