mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
Remove non-default wrap setting for markdown (#14304)
With this setting, markdown files are one of the few that get a line wrap indicator, a vertical line on the right, which confuses people. Release Notes: - N/A
This commit is contained in:
parent
adf74fdc14
commit
9f5309cedd
1 changed files with 0 additions and 1 deletions
|
@ -13,5 +13,4 @@ brackets = [
|
|||
]
|
||||
|
||||
tab_size = 2
|
||||
soft_wrap = "preferred_line_length"
|
||||
prettier_parser_name = "markdown"
|
||||
|
|
Loading…
Reference in a new issue