Add support for checking tabulations.
commitf74f0db2c9a1c68248e11858875d74af909093c0
authorPascal Obry <pascal@obry.net>
Thu, 11 Mar 2010 13:30:17 +0000 (11 14:30 +0100)
committerPascal Obry <pascal@obry.net>
Thu, 11 Mar 2010 13:30:17 +0000 (11 14:30 +0100)
tree52ed5ee82cdbd2f3ec8cdf2c0e02fc836b700a1a
parent7669abc0287eb16506fb6e0a104230cc97041c62
Add support for checking tabulations.

The new options -a and -A can be used to enable or
disable the use of horizontal tabulations into code
sources.

Add corresponding test.
regtests/makefile
regtests/out18.out [new file with mode: 0644]
regtests/withtab.adb [new file with mode: 0644]
src/checks.ads
src/languages.adb
src/languages.ads
src/style_checker.adb