Skip to content

Commit

Permalink
Fix linting (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Sep 4, 2024
1 parent e0618ef commit f51f830
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ extend-exclude = [
".github/styles",
]

[type.tex.extend-words]
Gorry = "Gorry"
SME = "SME"
Unser = "Unser"
[type.cls]
extend-glob = [
"*.cls",
]
extend-ignore-re = [
"\\\\(begin|end)\\{\\w+\\}",
]

[type.tex]
extend-words.Gorry = "Gorry"
extend-words.SME = "SME"
extend-words.Unser = "Unser"

0 comments on commit f51f830

Please sign in to comment.