Skip to content

Commit

Permalink
feat: enforce LF line endings in pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Molier committed Nov 29, 2024
1 parent fb0a5cd commit 9bdd040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ repos:
rev: v4.6.0
hooks:
- id: mixed-line-ending
args: [--fix=lf] # Force LF line endings
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down

0 comments on commit 9bdd040

Please sign in to comment.