diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-15 17:26:32 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-15 17:26:32 +0100 |
commit | ddca104c8c6e75e0b70bf804a23c98a78946fbdb (patch) | |
tree | c2c99003cdc395d9f1aeb73d78a954652b42a5bc /.vimrc | |
parent | b61c74c0e0941577b551cf54d8965893090ca282 (diff) |
Adding a .vimrc as requested by Flexo/#983. I did correct the tabsize value,
sorry. :-P
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +" vim can use per directory configuration files. To enable that neat feature only two little lines are needed in your ~/.vimrc: +" set exrc " enable per-directory .vimrc files +" set secure " disable unsafe commands in local .vimrc files + +set ts=8 +set noexpandtab |