From c83c130349ff6f7e094c9fe0f6a2bd7da1f1205b Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Apr 26 2011 02:29:39 +0000 Subject: Add trunk/Scripts/Functions/Prepare/Config: - Start using vimrc inside this directory as target location for ${HOME}/.vimrc through symbolic link connection. This way we provide a common way for all working copies to use the same convenctions when using Vim text editor. --- diff --git a/Scripts/Functions/Prepare/Config/vimrc b/Scripts/Functions/Prepare/Config/vimrc new file mode 100755 index 0000000..84444f8 --- /dev/null +++ b/Scripts/Functions/Prepare/Config/vimrc @@ -0,0 +1,7 @@ +set nu +set textwidth=70 +set autoindent +set tabstop=4 +set softtabstop=4 +set shiftwidth=4 +set expandtab