zed/assets
Joseph T. Lyons f6eaa8b00f
Clean up whitespace (#10755)
I saved the `file_types.json` file and got a diff because it had some
trailing whitespace. I ran
[`lineman`](https://github.com/JosephTLyons/lineman) on the codebase.
I've done this before, but this time, I've added in the following
settings to our `.zed` local settings, to make sure every future save
respects our desire to have consistent whitespace formatting.

```json
"remove_trailing_whitespace_on_save": true,
"ensure_final_newline_on_save": true
```

Release Notes:

- N/A
2024-04-23 13:31:21 -04:00
..
contexts
fonts
icons Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
keymaps Add a command to expand the context for a multibuffer (#10300) 2024-04-19 14:27:56 -07:00
settings Automatically install the HTML extension (#10867) 2024-04-22 18:02:22 -04:00
sounds
themes Use ignored color from theme for items ignored by Git (#10038) 2024-04-01 11:34:49 -04:00