summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-01 20:35:58 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-01 20:35:58 -0400
commit276e3f9271241839083bfa22a4ba422c4b28785d (patch)
tree3c425e21258e701dbbe09649ce4a93fdc0c9a486
parent368ba8ed01cb7ddf2596884cb5b501cbb4b434d9 (diff)
Editor specific files don't belong in the repo.
-rw-r--r--_vimrc_local.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/_vimrc_local.vim b/_vimrc_local.vim
deleted file mode 100644
index 32c73763..00000000
--- a/_vimrc_local.vim
+++ /dev/null
@@ -1,9 +0,0 @@
1"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
2" => Text, tab and indent related
3"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
4" Use spaces instead of tabs
5set expandtab
6
7" 1 tab == 4 spaces
8set shiftwidth=4
9set tabstop=4