Skip to content

Commit

Permalink
Add DavidAnson.vscode-markdownlint extension
Browse files Browse the repository at this point in the history
  • Loading branch information
MicLieg committed Apr 24, 2024
1 parent ad2f815 commit 4803f3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ indent_style = space
[*.{.sh}]
indent_style = tab
indent_size = 4

# MARKDOWN Files
[*.{md}]
indent_style = space
indent_size = 4
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4803f3c

Please sign in to comment.