From 127754c2a2421c36e40d7f675b12cedc89349742 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Thu, 4 Jan 2024 22:50:49 -0600 Subject: [PATCH] Updated pre-commit settings. --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32cc6be..4489a18 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,11 @@ repos: hooks: - id: end-of-file-fixer - id: trailing-whitespace + - id: fix-byte-order-marker + - id: mixed-line-ending + args: ['--fix=lf'] + description: Enforces using only 'LF' line endings. + - id: trailing-whitespace - repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala rev: v1.0.0 hooks: