From 9bdd04050ea7a6e6a17f4dc743c00593d22d9731 Mon Sep 17 00:00:00 2001 From: Molier Date: Fri, 29 Nov 2024 11:05:35 +0000 Subject: [PATCH] feat: enforce LF line endings in pre-commit configuration --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c66d906..2bfb5ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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