Skip to content

max_consecutive_blank_lines

Cap runs of blank lines to max. A blank line is empty or whitespace-only.

- id: md-tidy
kind: max_consecutive_blank_lines
paths: "**/*.md"
max: 1
level: warning
fix:
file_collapse_blank_lines: {}