git gurus: Any way to set it up to auto-warn contributors about tab indents?

Walter Bright newshound2 at digitalmars.com
Mon Aug 15 11:05:49 PDT 2011


On 8/14/2011 11:48 AM, Brad Roberts wrote:
> google -->  git pre-commit hook
>
> Setup whatever sort of checks you want on your local repository and
> it'll be correct before pushing to github to even get into a pull
> request.

Just be sure and not check the .mak files - they'll choke if the tabs are 
converted to spaces.


More information about the Digitalmars-d mailing list