parent
73a5aafba4
commit
cfddc8f537
|
@ -29,7 +29,8 @@ $ASTYLE $style $options -r gui/test/*.h
|
|||
$ASTYLE $style $options lib/*.cpp
|
||||
$ASTYLE $style $options lib/*.h
|
||||
$ASTYLE $style $options test/*.cpp
|
||||
$ASTYLE $style $options test/cfg/{std,qt,windows,wxwidgets,posix,gnu,gtk}.c* # Exclude generated test files
|
||||
$ASTYLE $style $options test/cfg/*.c
|
||||
$ASTYLE $style $options test/cfg/*.cpp
|
||||
$ASTYLE $style $options test/*.h
|
||||
|
||||
$ASTYLE $style $options --recursive "tools/*.cpp"
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
%ASTYLE% %STYLE% %OPTIONS% lib/*.cpp
|
||||
%ASTYLE% %STYLE% %OPTIONS% lib/*.h
|
||||
%ASTYLE% %STYLE% %OPTIONS% test/*.cpp
|
||||
%ASTYLE% %STYLE% %OPTIONS% test/cfg/*.c*
|
||||
%ASTYLE% %STYLE% %OPTIONS% test/cfg/*.c
|
||||
%ASTYLE% %STYLE% %OPTIONS% test/cfg/*.cpp
|
||||
%ASTYLE% %STYLE% %OPTIONS% test/*.h
|
||||
|
||||
%ASTYLE% %STYLE% %OPTIONS% -r tools/*.cpp
|
||||
|
|
Loading…
Reference in New Issue