Skip to content
Snippets Groups Projects
Unverified Commit 222a6d47 authored by Hugo Locurcio's avatar Hugo Locurcio
Browse files

Enforce LF line endings in pre-commit

- Update pre-commit hooks to 2.1.0
parent d6e2b237
No related branches found
No related tags found
No related merge requests found
- 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]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment