Skip to content

Commit 9e632dc

Browse files
committed
add rumdl config
1 parent c732cb4 commit 9e632dc

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.rumdl.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Global settings
2+
line-length = 10000
3+
exclude = ["node_modules", "build", "dist"]
4+
respect-gitignore = true
5+
6+
# Disable specific rules
7+
disabled-rules = ["MD013", "MD033"]
8+
9+
# Configure individual rules
10+
[MD007]
11+
indent = 2
12+
13+
[MD013]
14+
line-length = 10000
15+
code-blocks = false
16+
tables = false
17+
18+
#[MD025]
19+
#level = 1
20+
#front-matter-title = "title"
21+
22+
[MD044]
23+
names = ["rumdl", "Markdown", "GitHub"]
24+
25+
[MD048]
26+
code-fence-style = "backtick"

0 commit comments

Comments
 (0)