Files
fab-approval-worker-service/FabApprovalWorkerService/.vscode/settings.json

27 lines
441 B
JSON

{
"[markdown]": {
"editor.wordWrap": "off"
},
"files.exclude": {
"**/.git": false,
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"cSpell.words": [
"Acks",
"DENITED",
"Eamils",
"Ecns",
"IECN",
"IMRB",
"Infineon",
"IPCRB",
"ITAR",
"mailrelay",
"PCRB",
"TECN",
"TECNs"
]
}