Skip to content

Commit

Permalink
feat(.cspell.json): add common dictionaries (#5)
Browse files Browse the repository at this point in the history
* feat(.cspell.json): add default dictionaries

Signed-off-by: M. Fatih Cırıt <[email protected]>

* ci(pre-commit): autofix

---------

Signed-off-by: M. Fatih Cırıt <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
xmfcx and pre-commit-ci[bot] authored Nov 28, 2024
1 parent 821167b commit d4daa8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
"XYZ[A-Z]+"
],
"import": [
"@cspell/dict-cpp/cspell-ext.json",
"@cspell/dict-en-gb/cspell-ext.json",
"@cspell/dict-en_us/cspell-ext.json",
"@cspell/dict-software-terms/cspell-ext.json",
"@tier4/cspell-dicts/city-names/cspell-ext.json",
"@tier4/cspell-dicts/cmake/cspell-ext.json",
"@tier4/cspell-dicts/organization-names/cspell-ext.json",
Expand Down

0 comments on commit d4daa8e

Please sign in to comment.