From 2dee9a7d81ee0599b933eee324ba85454537b595 Mon Sep 17 00:00:00 2001 From: jkaplon Date: Wed, 5 Oct 2016 14:06:23 -0400 Subject: [PATCH] Set indentUnit instead of tabSize, which is what I really wanted; now and indent and outdent lines the correct amount. --- views/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.hbs b/views/index.hbs index 152bd06..4b6c273 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -40,7 +40,7 @@ matchBrackets: true, showCursorWhenSelecting: true, viewportMargin: Infinity, - tabSize: 4, + indentUnit: 4, styleActiveLine: true }); // Add my .vimrc stuff.