From 96e2a4daecea75b024ea07ab436260e311b82a17 Mon Sep 17 00:00:00 2001 From: twsl <45483159+twsl@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:31:53 +0200 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6de1d08..75aee20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,8 @@ repos: hooks: - id: check-merge-conflict args: [--assume-in-merge] + - id: mixed-line-ending + args: [--fix=lf] - id: end-of-file-fixer - id: trailing-whitespace - id: check-json