focus-editor / focus

A simple and fast text editor
GNU General Public License v3.0
1.82k stars 99 forks source link

Strip whitespace command #369

Closed maxamundsen closed 6 months ago

maxamundsen commented 6 months ago

Addresses #359

Adds an editor command strip_trailing_whitespace to remove whitespace from the command menu. I didn't always want to strip whitespace on save, so making this an explicit command makes sense.

focus-editor commented 6 months ago

Thanks