[global]
line-length = -1
force-exclude = true
exclude = [
".git",
"dist",
"build",
"CHANGELOG.md",
# Copied verbatim from the source exercise; must not be reformatted.
"verify/exercise.md",
]
respect-gitignore = true
[MD013]
reflow = true
reflow-mode = "sentence-per-line"