Added markdown lint config file

This commit is contained in:
Phil Ewels 2020-07-11 13:44:28 +02:00
parent ae38a9bf41
commit fc53a6f0b5

9
.github/markdownlint.yml vendored Normal file
View file

@ -0,0 +1,9 @@
# Markdownlint configuration file
default: true,
line-length: false
no-multiple-blanks: 0
blanks-around-headers: false
blanks-around-lists: false
header-increment: false
no-duplicate-header:
siblings_only: true