summaryrefslogtreecommitdiff
path: root/plugin/indent.vim
diff options
context:
space:
mode:
authorarobase-che <girbenhed@gmail.com>2016-01-10 19:07:49 +0100
committerarobase-che <girbenhed@gmail.com>2016-01-10 19:07:49 +0100
commit68c941406e06fe5fc89386d9c4ab20345c5e185b (patch)
treeee0f27ff66ad1e73b56a5b0cc6cbf14a9f1023c1 /plugin/indent.vim
Init commit
Diffstat (limited to 'plugin/indent.vim')
-rwxr-xr-xplugin/indent.vim9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugin/indent.vim b/plugin/indent.vim
new file mode 100755
index 0000000..de67636
--- /dev/null
+++ b/plugin/indent.vim
@@ -0,0 +1,9 @@
+" indent.vim
+" Defines indentation behavior
+
+set softtabstop=2
+set shiftwidth=2
+set expandtab
+set smarttab
+
+set autoindent