mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 09:47:19 +09:00
option: Don't apply rmtrailingws in case of timed autosave (#2850)
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user