mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
Sort options in settings.go
This commit is contained in:
parent
6309136322
commit
7aa72b6a96
1 changed files with 2 additions and 2 deletions
|
|
@ -69,8 +69,8 @@ var defaultCommonSettings = map[string]interface{}{
|
|||
"hlsearch": false,
|
||||
"hltaberrors": false,
|
||||
"hltrailingws": false,
|
||||
"incsearch": true,
|
||||
"ignorecase": true,
|
||||
"incsearch": true,
|
||||
"indentchar": " ",
|
||||
"keepautoindent": false,
|
||||
"matchbrace": true,
|
||||
|
|
@ -80,10 +80,10 @@ var defaultCommonSettings = map[string]interface{}{
|
|||
"pageoverlap": float64(2),
|
||||
"permbackup": false,
|
||||
"readonly": false,
|
||||
"relativeruler": false,
|
||||
"reload": "prompt",
|
||||
"rmtrailingws": false,
|
||||
"ruler": true,
|
||||
"relativeruler": false,
|
||||
"savecursor": false,
|
||||
"saveundo": false,
|
||||
"scrollbar": false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue