ZIm/crates/languages/src/ruby
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
..
brackets.scm Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
config.toml Improve Ruby language to recognize Guardfiles (#9530) 2024-03-19 10:44:32 -04:00
embedding.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
highlights.scm Improve Ruby Syntax (#10255) 2024-04-08 13:12:24 +02:00
indents.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
outline.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
overrides.scm Fix completion-filtering by checking actual word boundaries & reduce Ruby word chars (#9170) 2024-03-11 20:38:37 +01:00