Merge pull request #499 from 10sr/addrmtrailingws

[Proposal] Add feature to trim trailing whitespaces on save
This commit is contained in:
Zachary Yedidia
2016-12-22 15:45:55 -05:00
committed by GitHub
3 changed files with 24 additions and 0 deletions

View File

@@ -32,6 +32,10 @@ Here are the options that you can set:
default value: `false`
* `rmtrailingws`: micro will automatically trim trailing whitespaces at eol.
default value: `false`
* `tabsize`: sets the tab size to `option`
default value: `4`