zed/extensions/clojure
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
..
languages/clojure Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
src clojure: Don't cache user-installed clojure-lsp (#10636) 2024-04-16 13:12:08 -04:00
Cargo.toml clojure: Bump to v0.0.2 (#10650) 2024-04-16 15:37:54 -04:00
extension.toml clojure: Bump to v0.0.2 (#10650) 2024-04-16 15:37:54 -04:00
LICENSE-APACHE clojure: Add license file (#10127) 2024-04-03 12:04:14 -04:00