mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
adecbd1815
This PR changes the Markdown language defaults to set `format_on_save` to be `off`. Prettier's Markdown formatting is a bit controversial for some people, so we turn it off by default. To restore the previous behavior, add the following to your settings: ```json { "languages": { "Markdown": { "format_on_save": "on" } } } ``` Release Notes: - Changed the default `format_on_save` behavior for Markdown files to be `off`. |
||
---|---|---|
.. | ||
default.json | ||
initial_local_settings.json | ||
initial_tasks.json | ||
initial_user_settings.json |