Skip to content

Commit 5b72d41

Browse files
committed
added markdown lint vscode extension
1 parent 69436ea commit 5b72d41

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.markdownlint.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"default": true,
3+
"MD007": { "indent": 4 },
4+
"MD013": { "line_length": 120 },
5+
"no-hard-tabs": false
6+
}

0 commit comments

Comments
 (0)