Files
gatus-to-mona/.vscode/settings.json
2025-04-24 17:21:38 -07:00

16 lines
244 B
JSON

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