ソースを参照

pre-commit: add mixed-line-ending hook [skip ci]

Victor Seva 2 年 前
コミット
339891e7da
1 ファイル変更1 行追加0 行削除
  1. 1 0
      .pre-commit-config.yaml

+ 1 - 0
.pre-commit-config.yaml

@@ -7,6 +7,7 @@ repos:
       - id: end-of-file-fixer
       - id: trailing-whitespace
       - id: check-merge-conflict
+      - id: mixed-line-ending
   - repo: https://github.com/pre-commit/mirrors-clang-format
     rev: v15.0.7
     hooks: