Zernit/.markdownlint.json

8 lines
213 B
JSON
Raw Normal View History

2020-03-18 07:17:51 +01:00
// FIXME-LINT(18032020): Outputs invalid errors in gitpod
{
// We do not need newlines on EOF
"single-trailing-newline": false,
// We don't care fore line lenght due to the softwrap
"line-length": false
}