ZIm/crates/zed
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
..
contents Fix bundle script 2023-11-17 17:44:41 -08:00
resources Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
src task_ui: Move status indicator into tab bar of terminal panel (#10846) 2024-04-23 16:27:18 +02:00
build.rs windows: Support compiling with MinGW toolchain (part 2) (#9843) 2024-03-28 10:40:07 -07:00
Cargo.toml v0.133.x dev 2024-04-17 13:05:26 -04:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00
RELEASE_CHANNEL Put release channel back to dev 2023-11-17 14:31:49 -08:00