dots/configs/rumdl/rumdl.toml
2026-02-10 15:40:37 -03:00

202 lines
3 KiB
TOML

[global]
disable = []
enable = []
exclude = []
flavor = "gfm"
include = []
[MD001]
front-matter-title = true
[MD003]
# Heading style should be consistent
style = "atx"
[MD004]
style = "dash"
[MD007]
start-indented = false
style = "text-aligned"
[MD009]
br-spaces = 2
list-item-empty-lines = false
strict = false
[MD010]
spaces-per-tab = 4
[MD012]
maximum = 1
[MD013]
abbreviations = []
code-blocks = true
headings = true
length-mode = "visual"
line-length = 80
paragraphs = false
reflow = true
reflow-mode = "sentence-per-line"
strict = false
tables = false
[MD014]
show-output = true
[MD022]
allowed-at-start = true
lines-above = 1
lines-below = 1
[MD024]
allow-different-nesting = false
siblings-only = true
[MD025]
allow-document-sections = false
allow-with-separators = false
front-matter-title = "title"
level = 1
[MD026]
punctuation = ".,;:!"
[MD029]
style = "one-or-ordered"
[MD030]
ol-multi = 1
ol-single = 1
ul-multi = 1
ul-single = 1
[MD031]
list-items = true
[MD032]
allow-lazy-continuation = true
[MD033]
allowed-elements = [ "details", "summary" ]
fix = true
disallowed-elements = []
[MD035]
style = "consistent"
[MD036]
punctuation = ".,;:!?"
[MD041]
front-matter-title = "title"
front-matter-title-pattern = ""
level = 1
[MD043]
headings = []
match-case = false
[MD044]
code-blocks = false
html-comments = false
html-elements = true
names = []
[MD045]
placeholder-text = "TODO: Add image description"
[MD046]
style = "fenced"
[MD048]
style = "consistent"
[MD049]
# Italic Text
style = "underscore"
[MD050]
# Bold Text
style = "asterisk"
[MD051]
anchor-style = "github"
[MD053]
ignored-definitions = []
[MD054]
autolink = true
collapsed = true
full = true
inline = true
shortcut = true
url-inline = true
[MD055]
style = "consistent"
[MD058]
minimum-after = 1
minimum-before = 1
[MD059]
prohibited-texts = [ "click here", "here", "link", "more" ]
[MD060]
column-align = "auto"
enabled = true
max-width = 0
style = "aligned"
[MD061]
case-sensitive = true
terms = []
[MD063]
enabled = true
ignore-words = []
lowercase-words = [
"a",
"an",
"and",
"as",
"at",
"but",
"by",
"for",
"from",
"in",
"into",
"nor",
"of",
"off",
"on",
"or",
"per",
"so",
"the",
"to",
"up",
"via",
"with",
"yet"
]
max-level = 6
min-level = 1
preserve-cased-words = true
style = "title_case"
[MD064]
allow-sentence-double-space = false
[MD072]
enabled = true
[md073]
enabled = true
enforce-order = true
max-level = 4
min-level = 2