Skip to content

Commit

Permalink
(GH-1932) Add configuration for editing md files
Browse files Browse the repository at this point in the history
Add vertical ruler to make it easier to see where MD files should start
a new line, and also start controlling which rules are triggered by
markdownlint.
  • Loading branch information
gep13 authored and arturcic committed Dec 19, 2019
1 parent b5cf84a commit d7a54ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .markdownlint.json
@@ -0,0 +1,3 @@
{
"MD026": false
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
@@ -1,7 +1,8 @@
{
"editor.rulers": [80],
"cSpell.words": [
"commiting",
"gittools",
"gitversion"
]
}
}

0 comments on commit d7a54ae

Please sign in to comment.