mirror of
https://github.com/restincode/restincode.git
synced 2026-09-12 01:29:29 +02:00
chore: enable end-of-file-fixer and trailing-whitespace pre-commit hooks
chore: update add-new-person-to-site.md template formatting The add-new-person-to-site.md template has been updated to improve readability by aligning the fields. The end-of-file-fixer and trailing-whitespace pre-commit hooks have been enabled to ensure consistent file endings and remove trailing whitespace.
This commit is contained in:
parent
65d0eacb03
commit
c62b5fd7e6
3 changed files with 17 additions and 18 deletions
|
|
@ -8,8 +8,8 @@ repos:
|
|||
- id: check-yaml # check for proper yaml formatting
|
||||
- id: check-json # check for proper json formatting
|
||||
# - id: pretty-format-json
|
||||
# - id: end-of-file-fixer
|
||||
# - id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
#- repo: https://github.com/pre-commit/mirrors-csslint
|
||||
# rev: v1.0.5 # use `pre-commit autoupdate` to get the latest rev
|
||||
# hooks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue