aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-16 11:55:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-16 11:55:47 -0300
commite9c7f50fe87fd8f28b9988ab60fdbd4c4cd3942a (patch)
tree18123bb47be33591b5e3caefeeee59c8bdf2f107
parent999f4faef1ef4c6a50b3ec81078ee52e2ee8ee21 (diff)
downloadvim-e9c7f50fe87fd8f28b9988ab60fdbd4c4cd3942a.tar.gz
vim-e9c7f50fe87fd8f28b9988ab60fdbd4c4cd3942a.tar.bz2
Set nosmartindent
-rw-r--r--vimrc.dot.link2
1 files changed, 1 insertions, 1 deletions
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