We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345abc4 commit 6780ff7Copy full SHA for 6780ff7
1 file changed
.markdownlint.json
@@ -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