Files
gatus-to-mona/.vscode/settings.json
2025-04-04 18:35:22 -07:00

15 lines
228 B
JSON

{
"[markdown]": {
"editor.wordWrap": "off"
},
"files.exclude": {
"**/.git": false,
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"cSpell.words": [
"Gatus"
]
}