mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-29 02:24:43 +00:00
Rename to tabstospaces for consistency
This commit is contained in:
parent
74e55f03fe
commit
4cc85868d9
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ func DefaultSettings() map[string]interface{} {
|
|||
"ignorecase": false,
|
||||
"autoindent": true,
|
||||
"syntax": true,
|
||||
"tabsToSpaces": false,
|
||||
"tabstospaces": false,
|
||||
"ruler": true,
|
||||
"statusline": true,
|
||||
"scrollmargin": float64(3),
|
||||
|
|
|
|||
Loading…
Reference in a new issue