helix/helix-term/tests/test/commands
Michael Davis aa20eb8e7f
Add config for trimming trailing whitespace and newlines on write
These match the equivalent options in VSCode. `trim_trailing_whitespace`
is also the name used by EditorConfig.

* `trim-final-newlines` trims any extra line endings after the final one
* `trim-trailing-whitespace` trims any trailing whitespace (but not
  empty lines)
2025-03-10 10:18:55 -04:00
..
insert.rs fix: surprising behaviour when changing line above a comment (#12575) 2025-01-17 15:29:39 -06:00
movement.rs fix match bracket matching (#10777) 2024-05-16 13:50:01 -05:00
write.rs Add config for trimming trailing whitespace and newlines on write 2025-03-10 10:18:55 -04:00