Skip to content

Commit

Permalink
try ignoring Rd line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcintosh committed Dec 3, 2024
1 parent 2b06220 commit 0c12e82
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: mixed-line-ending
args: ['--fix=lf']
- id: trailing-whitespace
exclude: 'tests/testthat/_snaps/'
exclude: '(tests/testthat/_snaps/)|(\.Rd)'
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
rev: v1.6.1
hooks:
Expand Down
80 changes: 40 additions & 40 deletions man/Config.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c12e82

Please sign in to comment.