summaryrefslogtreecommitdiff
path: root/plugin/indent.vim
diff options
context:
space:
mode:
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