.pre-commit-config.yaml 209 B

12345678910
  1. repos:
  2. - repo: https://github.com/pre-commit/pre-commit-hooks
  3. rev: v2.1.0
  4. hooks:
  5. - id: end-of-file-fixer
  6. - id: trailing-whitespace
  7. - id: mixed-line-ending
  8. args: [--fix=lf]