Add a commented-out recipe on making trailing whitespace explicit.

If people think this is not too intrusive it could be uncommented.
This commit is contained in:
Brett Cannon 2004-09-20 22:33:21 +00:00
parent bab3e99689
commit 24a0045d58
1 changed files with 7 additions and 0 deletions

View File

@ -76,3 +76,10 @@ au BufNewFile *.py,*.pyw,*.c,*.h set fileformat=unix
" Automatically indent: ``filetype indent on`` " Automatically indent: ``filetype indent on``
" Fold based on indentation: ``set foldmethod=indent`` " Fold based on indentation: ``set foldmethod=indent``
" Make trailing whitespace explicit:
"highlight WhitespaceEOL ctermbg=red guibg=red
"match WhitespaceEOL /\s\+$/
" or
"set list listchars=trail:-