From 68c941406e06fe5fc89386d9c4ab20345c5e185b Mon Sep 17 00:00:00 2001 From: arobase-che Date: Sun, 10 Jan 2016 19:07:49 +0100 Subject: Init commit --- plugin/indent.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 plugin/indent.vim (limited to 'plugin/indent.vim') 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 -- cgit v1.2.3-54-g00ecf