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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -502,6 +502,7 @@
}
},
"Markdown": {
"tab_size": 2,
"soft_wrap": "preferred_line_length"
},
"JavaScript": {