Add eofnewline option

Closes #429

Enable with '> set eofnewline on'
This commit is contained in:
Zachary Yedidia
2016-10-23 18:37:29 -04:00
parent ee553b7830
commit 63ccbc1ebd
4 changed files with 24 additions and 2 deletions

View File

@@ -28,6 +28,10 @@ Here are the options that you can set:
default value: `0`
* `eofnewline`: micro will automatically add a newline to the file.
default value: `false`
* `tabsize`: sets the tab size to `option`
default value: `4`