2023-10-25 18:39:04 +02:00
|
|
|
{
|
2026-05-30 10:55:16 +00:00
|
|
|
// Repo-specific overrides only. Global Copilot settings are in User/settings.json (Settings Sync).
|
|
|
|
|
"search.useIgnoreFiles": false,
|
|
|
|
|
"editor.rulers": [
|
|
|
|
|
100
|
|
|
|
|
],
|
|
|
|
|
// YAML schema validation
|
|
|
|
|
"yaml.schemas": {
|
|
|
|
|
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
|
|
|
|
|
}
|
2023-10-25 18:39:04 +02:00
|
|
|
}
|