Author: jerry Date: 2007-09-27 20:12:58 +0000 (Thu, 27 Sep 2007) New Revision: 25381
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25381 Log: sync coding style guide from 3.2 branch Modified: branches/SAMBA_3_2_0/README.Coding Changeset: Modified: branches/SAMBA_3_2_0/README.Coding =================================================================== --- branches/SAMBA_3_2_0/README.Coding 2007-09-27 20:12:40 UTC (rev 25380) +++ branches/SAMBA_3_2_0/README.Coding 2007-09-27 20:12:58 UTC (rev 25381) @@ -79,6 +79,11 @@ " Show tabs, trailing whitespace, and continued lines visually set list listchars=tab:»·,trail:·,extends:… + " highlight overly long lines same as TODOs. + set textwidth=80 + autocmd BufNewFile,BufRead *.c,*.h exec 'match Todo /\%>' . &textwidth . 'v.\+/' + + ========================= FAQ & Statement Reference =========================
