Skip to content

Commit fbd3da2

Browse files
committed
Add markdownlint config file, address some issues
Mostly related to whitespace (newlines / trailing), lots of issues remaining to fix in the docs directory. As usual linting takes most effort when you start, but from there it is easier to keep code and docs clean.
1 parent fd71075 commit fbd3da2

File tree

3 files changed

+95
-47
lines changed

3 files changed

+95
-47
lines changed

.markdownlint.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"no-inline-html": false,
3+
"no-trailing-punctuation": false,
4+
"ul-style": false,
5+
"line_length": false
6+
}

0 commit comments

Comments
 (0)