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