Skip to content

Commit 10d14df

Browse files
committed
chore(rumdl): upgrade to 0.1.5
Improves support for "French" sentence spacing.
1 parent a337a60 commit 10d14df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.config/rumdl.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
[global]
2-
disable = [
3-
"MD064", # "French" sentence spacing for Emacs goodness, https://github.com/rvben/rumdl/issues/294
4-
]
52
exclude = [
63
"CHANGELOG.md",
74
]
@@ -17,5 +14,8 @@ allowed-elements = [
1714
"kbd",
1815
]
1916

17+
[no-multiple-consecutive-spaces]
18+
allow-sentence-double-space = true # "French" sentence spacing for Emacs goodness
19+
2020
[strong-style]
2121
style = "asterisk" # opinionated

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ repos:
7777
files: ^(helpers-core/perl|.+\.p[ml])$
7878

7979
- repo: https://github.com/rvben/rumdl-pre-commit
80-
rev: v0.0.222
80+
rev: v0.1.5
8181
hooks:
8282
- id: rumdl-fmt
8383

0 commit comments

Comments
 (0)