.pre-commit-config.yaml: add commented trailing whitespace fixing

TODO
This commit is contained in:
Aminda Suomalainen 2023-05-04 13:25:14 +03:00
parent 6006a28f4c
commit ac132f61fb
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
#- id: trailing-whitespace
# Two lines later must be prettierignored or it gets spaces and breaks
# prettier-ignore
#args: [--markdown-linebreak-ext=txt,tsv]
# Markdown Table of Contents generation.
- repo: https://github.com/thlorenz/doctoc