Skip to content

Commit

Permalink
Add basic cSpell config
Browse files Browse the repository at this point in the history
  • Loading branch information
nhusung committed Jan 25, 2024
1 parent 28359e8 commit 5e7bee6
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en",
"ignorePaths": [
"/.cache/",
"/build/",
"/doc/book/book/",
"/target/",
"/.project-words.txt",
"*.svg",
],
"dictionaryDefinitions": [
{
"name": "project-words",
"path": "./.project-words.txt",
"addWords": true
}
],
"dictionaries": [
"project-words"
],
}
35 changes: 35 additions & 0 deletions .project-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
alloc
arity
BDD
binop
cofactor
cofactors
CUDD
DDDMP
DIMACS
Dubslaff
fieldless
Hermanns
Holger
Husung
intsec
Köhl
Miri
MTBDD
NAND
OxiDD
pointee
RAII
realloc
repr
rustc
Rustonomicon
satisfiability
subtrait
subtraits
TACAS
uninit
wakeups
ZBDD
ZDDs
ZSDDs

0 comments on commit 5e7bee6

Please sign in to comment.