File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [global ]
2+ # 72 to match what we have currently been using
3+ line_length = 72
4+ flavor = " quarto"
5+ exclude = [
6+ # Common directories to exclude
7+ " .github" ,
8+ # This is auto-generated from the qmd version
9+ " **/README.md" ,
10+ # This has it's own structure
11+ " **/LICENSE.md"
12+ ]
13+
14+ # List style: `-`
15+ [MD004 ]
16+ style = " dash"
17+
18+ # Wrap list items
19+ [MD032 ]
20+ allow-lazy-continuation = false
21+
22+ # Reflow text
23+ [MD013 ]
24+ reflow = true
25+ reflow-mode = " normalize"
26+ # Exclude code blocks from line length check
27+ # code-blocks = false
28+
29+ # Fix tables and their separator row
30+ [MD060 ]
31+ enabled = true
32+ style = " aligned-no-space"
Original file line number Diff line number Diff line change 1+ [global ]
2+ # 72 to match what we have currently been using
3+ line_length = 72
4+ flavor = " quarto"
5+ exclude = [
6+ # Common directories to exclude
7+ " .github" ,
8+ # This is auto-generated from the qmd version
9+ " **/README.md" ,
10+ # This has it's own structure
11+ " **/LICENSE.md"
12+ ]
13+
14+ # List style: `-`
15+ [MD004 ]
16+ style = " dash"
17+
18+ # Wrap list items
19+ [MD032 ]
20+ allow-lazy-continuation = false
21+
22+ # Reflow text
23+ [MD013 ]
24+ reflow = true
25+ reflow-mode = " normalize"
26+ # Exclude code blocks from line length check
27+ # code-blocks = false
28+
29+ # Fix tables and their separator row
30+ [MD060 ]
31+ enabled = true
32+ style = " aligned-no-space"
You can’t perform that action at this time.
0 commit comments