-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.rumdl.toml
More file actions
48 lines (33 loc) · 1.08 KB
/
.rumdl.toml
File metadata and controls
48 lines (33 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# DOCS https://github.com/rvben/rumdl/blob/main/docs/global-settings.md
[global]
line-length = 80
disable = ["blanks-around-lists"] # rule of proximity
# ------------------------------------------------------------------------------
[ul-style]
style = "dash" # GitHub default & quicker to type
[ul-indent]
indent = 4 # consistent with .editorconfig
[line-length]
code-blocks = false
reflow = true # enable auto-formatting
[blanks-around-headings]
lines-below = 0 # rule of proximity
[ol-prefix]
style = "ordered"
[no-inline-html]
allowed-elements = ["a", "img", "kbd"] # badges
[emphasis-style]
style = "asterisk" # better than underscore, since not considered a word-char
[strong-style]
style = "asterisk"
[table-format]
enabled = true # opt-in rule
[heading-capitalization]
enabled = true # opt-in rule
style = "sentence_case"
ignore-words = ["nvim", "Obsidian", "Alfred"]
[toc-validation]
enabled = true # opt-in rule
# ------------------------------------------------------------------------------
[per-file-ignores]
".github/pull_request_template.md" = ["first-line-h1"]