mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
30 lines
676 B
JSON
30 lines
676 B
JSON
{
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"[markdown]": {
|
|
"files.trimTrailingWhitespace": false,
|
|
"editor.formatOnSave": true
|
|
},
|
|
"editor.rulers": [
|
|
100
|
|
],
|
|
"files.associations": {
|
|
"*.agent.md": "chatagent",
|
|
"*.instructions.md": "instructions",
|
|
"*.prompt.md": "prompt"
|
|
},
|
|
"yaml.schemas": {
|
|
"./.schemas/collection.schema.json": "*.collection.yml",
|
|
"./.schemas/tools.schema.json": "website/data/tools.yml",
|
|
},
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true
|
|
},
|
|
"hide-files.files": []
|
|
}
|