We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f3fee commit 39c8d90Copy full SHA for 39c8d90
2 files changed
.pre-commit-config.yaml
@@ -28,6 +28,8 @@ repos:
28
# R snapshot test files may have arbitrary file endings based on test results
29
exclude: "_snaps"
30
- id: fix-byte-order-marker
31
+ - id: mixed-line-ending
32
+ args: [--fix=lf]
33
- id: trailing-whitespace
34
35
- repo: https://github.com/codespell-project/codespell
0 commit comments