mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-02 06:10:33 +00:00
parent
48a17a508d
commit
4ca6e65197
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ func WriteSettings(filename string) error {
|
|||
func DefaultSettings() map[string]interface{} {
|
||||
return map[string]interface{}{
|
||||
"colorscheme": "default",
|
||||
"tabsize": 4,
|
||||
"tabsize": float64(4),
|
||||
"autoindent": true,
|
||||
"syntax": true,
|
||||
"tabsToSpaces": false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue