Kaydet (Commit) 24a0045d authored tarafından Brett Cannon's avatar Brett Cannon

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

If people think this is not too intrusive it could be uncommented.
üst bab3e996
......@@ -76,3 +76,10 @@ au BufNewFile *.py,*.pyw,*.c,*.h set fileformat=unix
" Automatically indent: ``filetype indent on``
" 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:-
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment