summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index a27b4fe..ed570d0 100644
--- a/vimrc
+++ b/vimrc
@@ -24,5 +24,8 @@ set ignorecase
set incsearch
set nohlsearch
+set foldenable
+
autocmd FileType haml setlocal expandtab tabstop=2 shiftwidth=2
autocmd FileType ruby setlocal expandtab tabstop=2 shiftwidth=2 textwidth=79
+autocmd FileType sh setlocal expandtab