summaryrefslogtreecommitdiff
path: root/plugin/indent.vim
diff options
context:
space:
mode:
authorAche <ache@ache.one>2016-05-30 00:00:55 +0200
committerAche <ache@ache.one>2016-05-30 00:00:55 +0200
commit95eefd42dd12f8552f60bb198a5fc12da2eeea3b (patch)
tree1fd8825906125c4100eeb9d3dc9dacb0dfba11a6 /plugin/indent.vim
parentColorsheme switch (diff)
Indent 2spaces -> 4space
Diffstat (limited to 'plugin/indent.vim')
-rwxr-xr-xplugin/indent.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/indent.vim b/plugin/indent.vim
index de67636..9ffe2b4 100755
--- a/plugin/indent.vim
+++ b/plugin/indent.vim
@@ -1,8 +1,8 @@
" indent.vim
" Defines indentation behavior
-set softtabstop=2
-set shiftwidth=2
+set softtabstop=4
+set shiftwidth=4
set expandtab
set smarttab