Skip to content

Commit 6780ff7

Browse files
committed
markdownlint toegevoegd met default Geonovum configuratie.
1 parent 345abc4 commit 6780ff7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.markdownlint.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// https://github.com/Geonovum/NL-ReSpec-template/blob/main/.markdownlint.json
3+
//
4+
// Dit bestand is de default configuratie voor
5+
// markdownlint voort ReSpec binnen Geonovum
6+
//
7+
8+
{
9+
"default": true,
10+
"MD003": { "style": "atx" },
11+
"MD007": { "indent": 2, "start_indented" : false },
12+
"no-hard-tabs": false
13+
}

0 commit comments

Comments
 (0)