mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
.pre-commit-config.yaml: add commented trailing whitespace fixing
TODO
This commit is contained in:
parent
6006a28f4c
commit
ac132f61fb
@ -14,6 +14,10 @@ repos:
|
|||||||
- id: detect-private-key
|
- id: detect-private-key
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: fix-byte-order-marker
|
- 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.
|
# Markdown Table of Contents generation.
|
||||||
- repo: https://github.com/thlorenz/doctoc
|
- repo: https://github.com/thlorenz/doctoc
|
||||||
|
Loading…
Reference in New Issue
Block a user