zed/assets
Marshall Bowers adecbd1815
Make Markdown default to "format_on_save": "off" (#11584)
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`.
2024-05-08 18:44:21 -04:00
..
fonts Remove unused font 2024-01-24 13:14:47 +01:00
icons Add DecoratedIcon (#11512) 2024-05-07 16:36:13 -04:00
keymaps vim: Add shift-k as alias for g h (#11463) 2024-05-06 16:05:19 -06:00
settings Make Markdown default to "format_on_save": "off" (#11584) 2024-05-08 18:44:21 -04:00
sounds Update collaboration sounds, add sounds to screensharing 2023-07-04 16:18:42 -04:00
themes Use ignored color from theme for items ignored by Git (#10038) 2024-04-01 11:34:49 -04:00