diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-23 04:42:11 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-23 04:42:11 +0100 |
commit | c97e8d10fe35ab282725deb3e05542a598e46cb1 (patch) | |
tree | 269f11f9c772d687e5532547410dc1c7f4f3258d /.vimrc | |
parent | 9fa2f41077b2d76685058836f602f38715b5eef3 (diff) | |
download | systemd-c97e8d10fe35ab282725deb3e05542a598e46cb1.tar.gz |
add .vimrc
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000000..366fbdca4b --- /dev/null +++ b/.vimrc @@ -0,0 +1,4 @@ +" 'set exrc' in ~/.vimrc will read .vimrc from the current directory +set tabstop=8 +set shiftwidth=8 +set expandtab |