mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-25 14:44:28 +00:00
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 | ||