Skip to content

Commit

Permalink
feat(extension): 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 5e99f6b
Show file tree
Hide file tree
Showing 3 changed files with 15 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
9 changes: 9 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"MD013": false,
"MD030": {
"ul_single": 3,
"ol_single": 1,
"ul_multi": 3,
"ol_multi": 1
}
}
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 5e99f6b

Please sign in to comment.