parrotcode: checks for rules related to indenting in C source | |
Contents | Tests |
t/codingstd/c_indent.t - checks for rules related to indenting in C source
# test all files
% prove t/codingstd/c_indent.t
# test specific files
% perl t/codingstd/c_indent.t src/foo.c include/parrot/bar.h
Checks that all C language source files have the proper use of indentation, as specified in PDD07.
|