Skip to content
  • Kir Kolyshkin's avatar
    8692291d
    tab-at-eol cleanup · 8692291d
    Kir Kolyshkin authored
    
    
    Remove whitespace at EOL (found by git grep '	$')
    (the character before $ is real tab, typed in shell using Ctrl+V Tab)
    
    To people using vim, I'd suggest adding the following code to ~/.vimrc:
    
    let c_space_errors = 1
    highlight FormatError ctermbg=darkred guibg=darkred
    match FormatError /\s\+$\|\ \+\t\|\%80v.\|\ \{8\}/
    
    Signed-off-by: default avatarKir Kolyshkin <kir@openvz.org>
    Signed-off-by: default avatarPavel Emelyanov <xemul@parallels.com>
    8692291d
    tab-at-eol cleanup
    Kir Kolyshkin authored
    
    
    Remove whitespace at EOL (found by git grep '	$')
    (the character before $ is real tab, typed in shell using Ctrl+V Tab)
    
    To people using vim, I'd suggest adding the following code to ~/.vimrc:
    
    let c_space_errors = 1
    highlight FormatError ctermbg=darkred guibg=darkred
    match FormatError /\s\+$\|\ \+\t\|\%80v.\|\ \{8\}/
    
    Signed-off-by: default avatarKir Kolyshkin <kir@openvz.org>
    Signed-off-by: default avatarPavel Emelyanov <xemul@parallels.com>
Loading