From 3d446f3c951ff490b0a5b73f76108f1b93768854 Mon Sep 17 00:00:00 2001 From: June 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 7e4a65b99695c39071cdc4396c7'/> dontfiles
summary refs log tree commit diff
path: root/etc/tf/cfg/engineer.cfg (unfollow)
Commit message (Expand)Author
2018-05-29Add CharIter in ediJune McEnroe
2018-05-29Move spans back out of segs in ediJune McEnroe
2018-05-29Use scheme for Light terminalJune McEnroe
2018-05-28Rewrite edi WIPJune McEnroe