forked from minetest-mods/moreblocks
Enforce LF line endings in pre-commit hooks
This commit is contained in:
parent
0e885283c0
commit
eacee7831a
@ -2,5 +2,7 @@
|
||||
rev: v2.0.0
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
- id: mixed-line-ending
|
||||
- id: trailing-whitespace
|
||||
|
||||
- id: mixed-line-ending
|
||||
args: [--fix=lf]
|
||||
|
Loading…
Reference in New Issue
Block a user