forked from fabian/nix_config
zed: turn off whitespace removal on save
This commit is contained in:
parent
8024a1ed64
commit
d7bc9b85a0
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ in {
|
||||||
background_coloring = "disabled";
|
background_coloring = "disabled";
|
||||||
};
|
};
|
||||||
hour_format = "hour24";
|
hour_format = "hour24";
|
||||||
remove_trailing_whitespace_on_save = true;
|
remove_trailing_whitespace_on_save = false;
|
||||||
use_smartcase_search = true;
|
use_smartcase_search = true;
|
||||||
soft_wrap = "editor_width";
|
soft_wrap = "editor_width";
|
||||||
tab_size = 2;
|
tab_size = 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue