feat(editorconfig): trim trailing whitespace

This commit is contained in:
jon r 2025-02-25 22:25:17 +01:00
parent 5ea9ed3494
commit 2153a99246
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
trim_trailing_whitespace = true
insert_final_newline = true