mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-23 09:17:08 +09:00
File diff suppressed because one or more lines are too long
@@ -269,7 +269,7 @@ var defaultCommonSettings = map[string]interface{}{
|
||||
"fastdirty": false,
|
||||
"fileformat": "unix",
|
||||
"filetype": "unknown",
|
||||
"ignorecase": false,
|
||||
"ignorecase": true,
|
||||
"indentchar": " ",
|
||||
"keepautoindent": false,
|
||||
"matchbrace": true,
|
||||
|
||||
@@ -161,7 +161,7 @@ Here are the available options:
|
||||
|
||||
* `ignorecase`: perform case-insensitive searches.
|
||||
|
||||
default value: `false`
|
||||
default value: `true`
|
||||
|
||||
* `indentchar`: sets the indentation character.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user