editorconfig: do trim trailing whitespace

Should be okay to have this as default now that autosave is delayed a
bit.
This commit is contained in:
Donovan Glover 2024-10-13 17:41:17 -04:00
parent d044ee5a0c
commit 086b21c312
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -9,7 +9,7 @@
insert_final_newline = true;
indent_size = 2;
indent_style = "space";
trim_trailing_whitespace = false;
trim_trailing_whitespace = true;
};
};
};