๐Ÿ“ฆ astral-sh / docstring-adder

๐Ÿ“„ .markdownlint.yaml ยท 27 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27# Unordered list style
MD004:
  style: "dash"

# Unordered list indentation
MD007:
  indent: 4

# Ordered list item prefix
MD029:
  style: "one"

# code block style
MD046:
  style: "fenced"

# code fence style
MD048:
  style: "backtick"

# Disabled rules
no-inline-html: false
first-line-h1: false
no-duplicate-heading: false
line-length: false
reference-links-images: false