diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d84ba64..f2e8cfc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,13 @@ 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 + - id: check-yaml - repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala - rev: v0.1.3 + rev: v1.0.0 hooks: - id: scalafmt