Skip to content

Commit eda7efb

Browse files
Disable VSCode's format-on-save feature for markdown (#1713)
Co-authored-by: Steve Piercy <[email protected]>
1 parent ba64b36 commit eda7efb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"[markdown]": {
3+
"editor.formatOnSave": false
4+
}
5+
}

0 commit comments

Comments
 (0)