NAME ^

t/codingstd/tabs.t - checks for tab indents in C source and headers

SYNOPSIS ^

    # test all files
    % prove t/codingstd/tabs.t

    # test specific files
    % perl t/codingstd/tabs.t src/foo.c include/parrot/bar.h

DESCRIPTION ^

Checks that files do not use tabs to indent.

SEE ALSO ^

"pdds/pdd07_codingstd.pod" in docs


parrot