Skip to content

Commit

Permalink
general: Added trailing-whitespace back to the hook list, as it works…
Browse files Browse the repository at this point in the history
… well for all files besides latexindent
  • Loading branch information
dominik-probst committed Jun 27, 2024
1 parent 25dd984 commit d0ce61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ repos:
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: '\.tex$' # trailing-whitespace and latexindent would otherwise conflict

# Hooks concerning Latex files
- repo: https://github.com/cmhughes/latexindent.pl.git
Expand Down

0 comments on commit d0ce61d

Please sign in to comment.