Merge branch 'autosu' of https://github.com/seitokaichou/micro into seitokaichou-autosu

This commit is contained in:
Zachary Yedidia
2020-02-12 14:15:30 -05:00
3 changed files with 32 additions and 16 deletions

View File

@@ -184,6 +184,7 @@ func GetGlobalOption(name string) interface{} {
var defaultCommonSettings = map[string]interface{}{
"autoindent": true,
"autosu": true,
"backup": true,
"basename": false,
"colorcolumn": float64(0),