add .vimrc

This commit is contained in:
Kay Sievers 2012-01-23 04:42:11 +01:00
parent 9fa2f41077
commit c97e8d10fe
2 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View File

@ -78,7 +78,6 @@ systemadm
*.8
*.html
*~
*.tar.gz
*.o
*.lo
*.a
@ -102,8 +101,5 @@ stamp-*
*.stamp
/Makefile
ltmain.sh
*.tar.bz2
*.tar.gz
*.tar.xz
libtool
.vimrc

4
.vimrc Normal file
View File

@ -0,0 +1,4 @@
" 'set exrc' in ~/.vimrc will read .vimrc from the current directory
set tabstop=8
set shiftwidth=8
set expandtab