mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-11 17:40:18 +09:00
Change diffgutter default to false
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -188,7 +188,7 @@ var defaultCommonSettings = map[string]interface{}{
|
||||
"basename": false,
|
||||
"colorcolumn": float64(0),
|
||||
"cursorline": true,
|
||||
"diffgutter": true,
|
||||
"diffgutter": false,
|
||||
"encoding": "utf-8",
|
||||
"eofnewline": false,
|
||||
"fastdirty": true,
|
||||
|
||||
@@ -62,7 +62,7 @@ Here are the available options:
|
||||
|
||||
* `diffgutter`: display diff indicators before lines.
|
||||
|
||||
default value: `true`
|
||||
default value: `false`
|
||||
|
||||
* `encoding`: the encoding to open and save files with. Supported encodings
|
||||
are listed at https://www.w3.org/TR/encoding/.
|
||||
|
||||
Reference in New Issue
Block a user