From ac132f61fbf8138412b8a0ed2f530ae749fa1006 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 4 May 2023 13:25:14 +0300 Subject: [PATCH] .pre-commit-config.yaml: add commented trailing whitespace fixing TODO --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4baeba80..017cc5b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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