Skip to content

Commit 39c8d90

Browse files
chore: Use mixed-line-ending pre-commit to enforce LF line ending (#621)
1 parent a4f3fee commit 39c8d90

2 files changed

Lines changed: 412 additions & 410 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ repos:
2828
# R snapshot test files may have arbitrary file endings based on test results
2929
exclude: "_snaps"
3030
- id: fix-byte-order-marker
31+
- id: mixed-line-ending
32+
args: [--fix=lf]
3133
- id: trailing-whitespace
3234

3335
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)