Change default Markdown tab size (#8080)

Following up to #8079, this PR changes the default Markdown tab size to
2 spaces.

This should produce less surprising formatting for lists when using
Prettier.

Release Notes:

- Changed default Markdown tab size to 2 spaces.
This commit is contained in:
Marshall Bowers
2024-02-20 13:18:40 -05:00
committed by GitHub
parent 33ecb424af
commit 8178d347b6
+1
View File
@@ -502,6 +502,7 @@
}
},
"Markdown": {
"tab_size": 2,
"soft_wrap": "preferred_line_length"
},
"JavaScript": {