Skip to content

Commit 231cd90

Browse files
author
Miguel Solorio
committed
Disable prettier formatting on markdown files
1 parent 0b3056e commit 231cd90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"files.trimTrailingWhitespace": true,
66
"files.associations": {
77
"**/toc.json": "jsonc"
8-
}
8+
},
9+
"prettier.disableLanguages": [
10+
"markdown"
11+
],
912
}

0 commit comments

Comments
 (0)