Files
file-folder-helper/.vscode/settings.json

23 lines
398 B
JSON

{
"[markdown]": {
"editor.wordWrap": "off"
},
"files.exclude": {
"**/.git": false,
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"cSpell.words": [
"ASPNETCORE",
"endianness",
"Infineon",
"Kanban",
"kanbn",
"onenote",
"Phares",
"Serilog",
"SYSLIB"
]
}