mirror of
https://github.com/minetest-mods/moreores.git
synced 2024-11-14 22:30:35 +01:00
Enforce LF line endings in pre-commit
- Update pre-commit hooks to 2.1.0
This commit is contained in:
parent
d6e2b237c7
commit
222a6d47c5
|
@ -1,6 +1,9 @@
|
|||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.0.0
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
- id: mixed-line-ending
|
||||
- id: trailing-whitespace
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
|
||||
- id: mixed-line-ending
|
||||
args: [--fix=lf]
|
||||
|
|
Loading…
Reference in New Issue
Block a user