We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc063ad commit 30c6175Copy full SHA for 30c6175
‎.vscode/extensions.json‎
@@ -0,0 +1,7 @@
1
+{
2
+ "recommendations": [
3
+ "streetsidesoftware.code-spell-checker",
4
+ "DavidAnson.vscode-markdownlint",
5
+ "stkb.rewrap"
6
+ ]
7
+}
‎.vscode/settings.json‎
@@ -1,5 +1,5 @@
{
- "[markdown]" : {
+ "[markdown]": {
"editor.rulers": [88],
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
@@ -11,7 +11,7 @@
11
},
12
// https://github.com/DavidAnson/markdownlint
13
"editor.codeActionsOnSave": {
14
- "source.fixAll.markdownlint":true
+ "source.fixAll.markdownlint": "always"
15
16
- "markdownlint.focusMode": 5, // ignore issues around the cursor
17
-}
+ "markdownlint.focusMode": 5 // ignore issues around the cursor
0 commit comments