Skip to content

Commit ffdf1cd

Browse files
authored
[CI] Add official pre-commit hook mixed-line-ending (#105)
https://github.com/pre-commit/pre-commit-hooks#mixed-line-ending
1 parent b17faf5 commit ffdf1cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ repos:
8989
- id: forbid-submodules
9090
name: run forbid-submodules
9191
description: forbids any submodules in the repository
92+
- id: mixed-line-ending
93+
name: run mixed-line-ending
94+
description: replaces or checks mixed line ending
9295
- id: trailing-whitespace
9396
name: run trailing-whitespace
9497
description: trims trailing whitespace

0 commit comments

Comments
 (0)