mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 08:35:33 +03:00
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:
parent
33ecb424af
commit
8178d347b6
@ -502,6 +502,7 @@
|
||||
}
|
||||
},
|
||||
"Markdown": {
|
||||
"tab_size": 2,
|
||||
"soft_wrap": "preferred_line_length"
|
||||
},
|
||||
"JavaScript": {
|
||||
|
Loading…
Reference in New Issue
Block a user