Zernit/.markdownlint.json
2020-03-18 06:17:51 +00:00

8 lines
213 B
JSON

// 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
}