mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
## Summary We have a lot of two-space-indented stuff, but apparently it needs to be four-space indented to render as expected in MkDocs.
16 lines
203 B
YAML
16 lines
203 B
YAML
# default to true for all rules
|
|
default: true
|
|
|
|
# MD007/unordered-list-indent
|
|
MD007:
|
|
indent: 4
|
|
|
|
# MD033/no-inline-html
|
|
MD033: false
|
|
|
|
# MD041/first-line-h1
|
|
MD041: false
|
|
|
|
# MD013/line-length
|
|
MD013: false
|