From ff19deccf823969a09434549176441316490e978 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 3 Mar 2010 21:31:19 +0000 Subject: [PATCH] Commit Jason Etheridge's base vimrc as some semblance of coding conventions git-svn-id: svn://svn.open-ils.org/ILS/trunk@15687 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/vimrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Open-ILS/examples/vimrc diff --git a/Open-ILS/examples/vimrc b/Open-ILS/examples/vimrc new file mode 100644 index 0000000000..48203485b7 --- /dev/null +++ b/Open-ILS/examples/vimrc @@ -0,0 +1,22 @@ +set hlsearch +set tabstop=4 +set softtabstop=4 +set shiftwidth=4 +vnoremap < >gv +set nobk +set whichwrap=b,s,<,>,[,] +set backspace=indent,eol,start +set smartcase +filetype on +syntax enable +set expandtab +autocmd BufEnter ?akefile* set noet ts=4 sw=4 "use real tabs in Makefiles +autocmd BufEnter *txt set noet ts=4 sw=4 "use real tabs in txt files +autocmd BufEnter *out set noet ts=4 sw=4 "use real tabs in txt files +autocmd BufEnter *csv set noet ts=4 sw=4 "use real tabs in txt files +au BufNewFile,BufRead *.xhtml setf html +au BufNewFile,BufRead *.bsh setf java +au BufNewFile,BufRead *.ftl setf html +set bg=dark +let loaded_matchparen = 1 -- 2.11.0