summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-03-14 01:07:42 +0100
committerache <ache@ache.one>2017-03-14 01:07:42 +0100
commit27bbd0584c4ee0d3d5b9c5e42f7bfc5c64759bde (patch)
tree17978e9a7e1b904d4e6b23d1b34b345467554ec7
parentSwitch color theme for a personal one (diff)
Tabs width = 4
-rwxr-xr-xplugin/indent.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/indent.vim b/plugin/indent.vim
index 9ffe2b4..e5f1118 100755
--- a/plugin/indent.vim
+++ b/plugin/indent.vim
@@ -3,6 +3,7 @@
set softtabstop=4
set shiftwidth=4
+set tabstop=4
set expandtab
set smarttab