Skip to content

Commit

Permalink
WIP CSpell config
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Dec 21, 2024
1 parent 3c03496 commit 09db564
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "0.2",
"ignorePaths": [],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"codegen",
"libm",
"autodj",
"nextest",
"autodiff",
"nalgebra"
],
"ignoreWords": [
"Zrustdoc",
"Zunstable",
"Newtype",
"recip",
"Dwarnings",
"RUSTDOCFLAGS",
"sqps"
],
"import": []
}

0 comments on commit 09db564

Please sign in to comment.