diff options
author | Simon Howard | 2008-10-01 20:22:09 +0000 |
---|---|---|
committer | Simon Howard | 2008-10-01 20:22:09 +0000 |
commit | 21d9d4e22c4619d388344174d9fd5750e9f2ab1d (patch) | |
tree | 272a59ba53a9453be4629ebddb7ec8b72d7cfd86 | |
parent | 5bab2a788da04bd8aaa65891cb3fc7240d56a9b7 (diff) | |
download | chocolate-doom-21d9d4e22c4619d388344174d9fd5750e9f2ab1d.tar.gz chocolate-doom-21d9d4e22c4619d388344174d9fd5750e9f2ab1d.tar.bz2 chocolate-doom-21d9d4e22c4619d388344174d9fd5750e9f2ab1d.zip |
Add .lvimrc local vim project settings.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1322
-rw-r--r-- | .lvimrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.lvimrc b/.lvimrc new file mode 100644 index 00000000..e37c50f9 --- /dev/null +++ b/.lvimrc @@ -0,0 +1,6 @@ +" Local vimrc configuration file. Install the localvimrc.vim vim script. +set expandtab +set tabstop=8 +set softtabstop=4 +set shiftwidth=4 + |