mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-06 21:00:19 +09:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user