Files
dotfiles/common/.config/templates/markdownlint.json
Pratik Tripathy 42d75df1f1 NeoVIM
- Formatting for: added yaml, configured markdown with new configuration
  file, prettierd configuration updates for bracketsSameLine
- Linting: added dockerfile, markdown
2024-03-17 17:31:37 +05:30

27 lines
419 B
JSON

{
"default": true,
"MD013": false,
"MD028": false,
"MD033": false,
"MD038": false,
"MD051": false,
"MD003": {
"style": "consistent"
},
"MD007": {
"indent": 4
},
"MD029": {
"style": "ordered"
},
"MD046": {
"style": "fenced"
},
"MD049": {
"style": "underscore"
},
"MD050": {
"style": "underscore"
}
}