mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
.pre-commit-config.yaml: use proper --markdown-linebreak-ext for trailing-whitespace hook
This commit is contained in:
parent
c8fed99dc9
commit
70ec035f22
@ -27,6 +27,7 @@ repos:
|
|||||||
exclude: .*\.nginx$
|
exclude: .*\.nginx$
|
||||||
- id: fix-byte-order-marker
|
- id: fix-byte-order-marker
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
args: ["--markdown-linebreak-ext", "md,markdown"]
|
||||||
# Let's not touch LICENSE files or reuse.software directory
|
# Let's not touch LICENSE files or reuse.software directory
|
||||||
exclude: ^LICENSES\/.*|LICENSE$
|
exclude: ^LICENSES\/.*|LICENSE$
|
||||||
# File types depending on trailing whitespace. Use identify-cli
|
# File types depending on trailing whitespace. Use identify-cli
|
||||||
|
Loading…
Reference in New Issue
Block a user