Idris2/.github/linters/.chktexrc

15 lines
331 B
Plaintext
Raw Normal View History

2023-09-01 16:37:24 +03:00
########################
########################
## LaTeX Linter rules ##
########################
########################
CmdLine {
# Command terminated with space.
--nowarn 1
# You ought to remove spaces in front of punctuation.
# This gets confused in code blocks, failing on eg. `x : Nat`
--nowarn 26
}