houdini/.markdownlint.jsonc

6 lines
100 B
JSON
Raw Normal View History

2020-10-15 14:15:34 -05:00
{
"default": true,
"no-hard-tabs": false,
"MD013": {"line_length": 80},
"MD007": {"indent": 1}
}