mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
NeoVIM
- Formatting for: added yaml, configured markdown with new configuration file, prettierd configuration updates for bracketsSameLine - Linting: added dockerfile, markdown
This commit is contained in:
26
common/.config/templates/markdownlint.json
Normal file
26
common/.config/templates/markdownlint.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user