mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-28 20:00:24 +00:00
description different from JSON real default (#2680)
* description different from JSON real default * fix wrong line
This commit is contained in:
parent
64638845e9
commit
b0e7efe6a5
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ so that you can see what the formatting should look like.
|
|||
"filetype": "unknown",
|
||||
"incsearch": true,
|
||||
"ftoptions": true,
|
||||
"ignorecase": false,
|
||||
"ignorecase": true,
|
||||
"indentchar": " ",
|
||||
"infobar": true,
|
||||
"initlua": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue