16 lines
244 B
JSON
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"
|
|
]
|
|
} |