file-watcher/.vscode/settings.json

51 lines
740 B
JSON

{
"[markdown]": {
"editor.wordWrap": "off"
},
"files.exclude": {
"**/.git": false,
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"cSpell.words": [
"ASPNETCORE",
"BIRT",
"Camstar",
"CHIL",
"DEAT",
"DEVICEHEIGHTPOINTS",
"DEVICEWIDTHPOINTS",
"endianness",
"Exif",
"FAMC",
"FAMS",
"FIXEDMEDIA",
"GIVN",
"gpcl",
"Hmmssfff",
"HUSB",
"INDI",
"Infineon",
"Kanban",
"kanbn",
"Kofax",
"linc",
"Linc",
"NOPAUSE",
"NSFX",
"OBJE",
"onenote",
"PDFC",
"pdfwrite",
"PDSF",
"pged",
"Phares",
"Rijndael",
"Serilog",
"SUBM",
"SURN",
"SYSLIB"
]
}