git-ents.gitmain
⌘K
foforge
rumdl.toml18 lines · 301 B · tomlhistorycomment on this file
1[global]
2line-length = -1
3force-exclude = true
4
5exclude = [
6 ".git",
7 "dist",
8 "build",
9 "CHANGELOG.md",
10 # Copied verbatim from the source exercise; must not be reformatted.
11 "verify/exercise.md",
12]
13
14respect-gitignore = true
15
16[MD013]
17reflow = true
18reflow-mode = "sentence-per-line"