From 4cc85868d9ae285c469f0a295f70455dba4a6d95 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sun, 22 May 2016 15:35:57 -0400 Subject: [PATCH] Rename to tabstospaces for consistency --- cmd/micro/settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/micro/settings.go b/cmd/micro/settings.go index 8827db25..a9b1d358 100644 --- a/cmd/micro/settings.go +++ b/cmd/micro/settings.go @@ -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),