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 0e7314d commit 5cfe5bbCopy full SHA for 5cfe5bb
.editorconfig
@@ -26,3 +26,8 @@ indent_style = space
26
[*.{.sh}]
27
indent_style = tab
28
indent_size = 4
29
+
30
+# MARKDOWN Files
31
+[*.{md}]
32
+indent_style = space
33
+indent_size = 4
.markdownlint.json
@@ -0,0 +1,9 @@
1
+{
2
+ "MD013": false,
3
+ "MD030": {
4
+ "ul_single": 3,
5
+ "ol_single": 1,
6
+ "ul_multi": 3,
7
+ "ol_multi": 1
8
+ }
9
.vscode/extensions.json
@@ -3,6 +3,7 @@
"ms-python.python",
"editorconfig.editorconfig",
"yzhang.markdown-all-in-one",
+ "DavidAnson.vscode-markdownlint",
"esbenp.prettier-vscode",
"timonwong.shellcheck",
"redhat.vscode-yaml"
0 commit comments