mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Ignore latex \@ constructs
This commit is contained in:
parent
6efeb666af
commit
653ed24fe6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@
|
||||||
skip = .git*,*.pdf,.codespellrc
|
skip = .git*,*.pdf,.codespellrc
|
||||||
check-hidden = true
|
check-hidden = true
|
||||||
# names, case sensitive
|
# names, case sensitive
|
||||||
ignore-regex = \bWille\b
|
ignore-regex = \bWille\b|\\@\S+
|
||||||
# ignore-words-list =
|
# ignore-words-list =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue