chore: add .pre-commit-config.yaml for end of line fixer (#66)

This commit is contained in:
J. Nick Koston 2023-10-18 14:23:30 -10:00 committed by GitHub
parent 6d8f3e0e86
commit f323e02df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 32 additions and 23 deletions

9
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,9 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files