diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000000..7ab1720b67 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,3 @@ +{ + "MD026": false +} diff --git a/.vscode/settings.json b/.vscode/settings.json index a32413975b..1ed77c48cc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,8 @@ { + "editor.rulers": [80], "cSpell.words": [ "commiting", "gittools", "gitversion" ] -} \ No newline at end of file +}