mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00: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.
15 lines
203 B
YAML
15 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
|