Skip to content

Commit 4803f3c

Browse files
committed
Add DavidAnson.vscode-markdownlint extension
1 parent ad2f815 commit 4803f3c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.editorconfig

+5
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ indent_style = space
2626
[*.{.sh}]
2727
indent_style = tab
2828
indent_size = 4
29+
30+
# MARKDOWN Files
31+
[*.{md}]
32+
indent_style = space
33+
indent_size = 4

.vscode/extensions.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"ms-python.python",
44
"editorconfig.editorconfig",
55
"yzhang.markdown-all-in-one",
6+
"DavidAnson.vscode-markdownlint",
67
"esbenp.prettier-vscode",
78
"timonwong.shellcheck",
89
"redhat.vscode-yaml"

0 commit comments

Comments
 (0)