From cd095a6f04d015c9e3167640a53a6c5bfe073df7 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 30 Jan 2012 15:18:50 -0500 Subject: Set shiftwidth to 4 for Lua --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 78557059..911242b2 100644 --- a/.vimrc +++ b/.vimrc @@ -64,6 +64,7 @@ filetype plugin indent on " Indentation exceptions autocmd FileType c setlocal sw=4 autocmd FileType cpp setlocal sw=4 +autocmd FileType lua setlocal sw=4 " Better tab-complete when opening set wildmenu -- cgit 1.4.1