make the editor stop complaining about the word fanout
This commit is contained in:
parent
813e49a2aa
commit
ba45cdab03
1 changed files with 4 additions and 1 deletions
|
|
@ -43,6 +43,9 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"editor.wordWrap": "on"
|
"editor.wordWrap": "on",
|
||||||
|
"cSpell.words": [
|
||||||
|
"fanout"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue