zed: turn off whitespace removal on save

This commit is contained in:
Fabian Montero 2025-08-26 22:01:46 -06:00 committed by chem
parent 8024a1ed64
commit d7bc9b85a0

View file

@ -74,7 +74,7 @@ in {
background_coloring = "disabled";
};
hour_format = "hour24";
remove_trailing_whitespace_on_save = true;
remove_trailing_whitespace_on_save = false;
use_smartcase_search = true;
soft_wrap = "editor_width";
tab_size = 2;