7 lines
207 B
JSON
7 lines
207 B
JSON
{
|
||
// Repo-specific overrides only. Global Copilot settings are in User/settings.json (Settings Sync).
|
||
"editor.rulers": [100],
|
||
|
||
// YAML schema validation – adjust to your stack
|
||
"yaml.schemas": {}
|
||
}
|