mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Adjust tab size for Markdown (#8079)
This PR sets the `tab_size` for Markdown to 2 spaces. This should prevent Prettier from adding a bunch of leading whitespace when formatting Markdown lists. Release Notes: - N/A
This commit is contained in:
parent
91b97387b6
commit
33ecb424af
@ -1,5 +1,9 @@
|
||||
{
|
||||
"languages": {
|
||||
"Markdown": {
|
||||
"tab_size": 2,
|
||||
"formatter": "prettier"
|
||||
},
|
||||
"TOML": {
|
||||
"formatter": "prettier",
|
||||
"format_on_save": "off"
|
||||
|
Loading…
Reference in New Issue
Block a user