@@ -14,6 +14,8 @@ syntax on
" tabs and indents
set shiftwidth=4 tabstop=4 softtabstop=4
+set nocindent
+set smartindent
" tab based indention behaviors
vmap <Tab> >