mirror of https://github.com/sgoudham/neovide.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
2 years ago
|
{
|
||
|
/* Wrap lines at 100 chars */
|
||
|
"MD013": {
|
||
|
"line_length": 100
|
||
|
},
|
||
|
|
||
|
/* Allow inline-html */
|
||
|
"MD033": false,
|
||
|
|
||
|
/* Allow non-headings at the top of files */
|
||
|
"MD041": false
|
||
|
}
|