diff options
author | irungentoo <irungentoo@gmail.com> | 2013-08-01 20:35:58 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-08-01 20:35:58 -0400 |
commit | 276e3f9271241839083bfa22a4ba422c4b28785d (patch) | |
tree | 3c425e21258e701dbbe09649ce4a93fdc0c9a486 | |
parent | 368ba8ed01cb7ddf2596884cb5b501cbb4b434d9 (diff) |
Editor specific files don't belong in the repo.
-rw-r--r-- | _vimrc_local.vim | 9 |
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 | ||
5 | set expandtab | ||
6 | |||
7 | " 1 tab == 4 spaces | ||
8 | set shiftwidth=4 | ||
9 | set tabstop=4 | ||