[.editorconfig] Remove trim_trailing_whitespace

Forcing this to be `false` is unhelpful for editors
that allow incremental removal of trailing whitespace
as you edit, such as Xcode. For now, avoid enforcing
the setting, leaving it up to individual editor
configurations. This restores the behavior prior to
the addition of the `.editorconfig`.
This commit is contained in:
Hamish Knight
2025-02-19 22:22:29 +00:00
parent 63b7f05d74
commit 88cf79aebd

View File

@@ -5,5 +5,4 @@ root = true
[*] [*]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
trim_trailing_whitespace = false
insert_final_newline = true insert_final_newline = true