On Mon, Apr 23, 2012 at 07:16:49PM +0200, Jurgen Kramer wrote:
> Please show me how I can check myself. It is getting a bit tiresome to
> hear about wrong tabs/indents.
> 
> Jurgen

If you use Vim, this little snippet will highlight all trailing white
space:

> au Syntax *
>       \ syn match ExtraSpace "\s\+$" containedin=ALL
>       \ | hi def link ExtraSpace Error
> 
> syn match ExtraSpace "\s\+$"
> hi def link ExtraSpace Error

Otherwise, a 'git grep "\s$"' should get you the respective lines.

As for other white space errors, I don't know.

Thanks,
        Jonathan Neuschäfer

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to