From 20b3d31b6a48818d9cb544d45602b834a31eba5a Mon Sep 17 00:00:00 2001 From: Nir Soffer Date: Jan 15 2018 16:30:04 +0000 Subject: Add vim configuration Vim users can use "set exrc" to adapt vim to sanlock code style automatically. Signed-off-by: Nir Soffer --- diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..b2f8328 --- /dev/null +++ b/.vimrc @@ -0,0 +1,4 @@ +" Local vim configuration for sanlock +set noexpandtab +set shiftwidth=8 +set tabstop=8