From: Silvio Rhatto Date: Sun, 16 Mar 2014 14:55:47 +0000 (-0300) Subject: Set nosmartindent X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e9c7f50fe87fd8f28b9988ab60fdbd4c4cd3942a;p=rhatto%2Fdotfiles%2Fvim.git Set nosmartindent --- diff --git a/vimrc.dot.link b/vimrc.dot.link index 524d137..13bc8b2 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -6,7 +6,7 @@ set nobackup set nowritebackup set noautoindent -"set smartindent +set nosmartindent set tabstop=2 set shiftwidth=2 set expandtab