File: .markdownlint.yml

package info (click to toggle)
php-league-csv 9.23.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 39,720 kB
  • sloc: php: 13,345; javascript: 80; makefile: 29; xml: 29
file content (22 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
default: true
line-length: false
no-inline-html: false # Ignore for fontawesome usage

single-title:
  front_matter_title: '' # Ignore Jekyll titles as headers
heading-style:
  style: atx

ul-style:
  style: dash

code-block-style:
  style: fenced
code-fence-style:
  style: backtick

no-hard-tabs:
  spaces_per_tab: 4

no-duplicate-header:
  allow_different_nesting: true