option: Don't apply rmtrailingws in case of timed autosave (#2850)

This commit is contained in:
Jöran Karl
2024-03-15 18:46:51 +01:00
committed by GitHub
parent 8af304cc21
commit 4a53419c62
3 changed files with 14 additions and 6 deletions

View File

@@ -315,7 +315,10 @@ Here are the available options:
default value: `prompt`
* `rmtrailingws`: micro will automatically trim trailing whitespaces at ends of
lines. Note: This setting overrides `keepautoindent`
lines.
Note: This setting overrides `keepautoindent` and isn't used at timed `autosave`
or forced `autosave` in case the buffer didn't change. A manual save will
involve the action regardless if the buffer has been changed or not.
default value: `false`