Re: [LDAPsh-devel] RE: ldapsh development
Status: Beta
Brought to you by:
rcorvalan
From: James D. <j-d...@us...> - 2003-05-27 12:21:25
|
In message <61F...@he...> on Tue, May 27, 2003 at 02:13:41PM +0200, Rafael Corvalan wrote: > So, one indent = 4 spaces, two indents = 1 TAB. :) > What do you usaually do? My normal usage is ts=4, sw=4, noet. However, I customise my vim settings according to the conventions of the project I am working on. For example, I could have something like this in my .vimrc: augroup ldapsh autocmd BufEnter */ldapsh/* set ts=4 sw=4 et autocmd BufLeave */ldapsh/* set ts=4 sw=4 noet augroup end |