We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2f815 commit 4803f3cCopy full SHA for 4803f3c
.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
.vscode/extensions.json
@@ -3,6 +3,7 @@
3
"ms-python.python",
4
"editorconfig.editorconfig",
5
"yzhang.markdown-all-in-one",
6
+ "DavidAnson.vscode-markdownlint",
7
"esbenp.prettier-vscode",
8
"timonwong.shellcheck",
9
"redhat.vscode-yaml"
0 commit comments