Linter: Add configuration for markdown files

This commit is contained in:
networkException 2022-07-19 11:51:52 +02:00
parent f56bdfb697
commit 6041db700c
Signed by: networkException
GPG key ID: E3877443AE684391

4
.markdownlint.json Normal file
View file

@ -0,0 +1,4 @@
{
"no-blanks-blockquote": false,
"line-length": false
}