Spellchecker

This commit is contained in:
Indigo5684
2025-09-30 13:19:29 -05:00
parent 4a046047c3
commit 9e3784cfd6
24 changed files with 139 additions and 113 deletions

25
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"cSpell.words": [
// TeX
"infty",
"mathbb",
"mathcal",
"stackrel",
"vmatrix",
// Vocab - Math
"subring",
"subrings",
"monic",
"Noetherian",
"abelian",
"indeterminates",
"infimum",
"supremum",
"Wronskian",
// Vocab - Physics
"Magnetostatic",
"Magnetostatics"
]
}