Rename to tabstospaces for consistency

This commit is contained in:
Zachary Yedidia
2016-05-22 15:35:57 -04:00
parent 74e55f03fe
commit 4cc85868d9

View File

@@ -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),