updated runastyle scripts
This commit is contained in:
parent
b0951c5928
commit
b51ed802f0
|
@ -31,7 +31,7 @@ astyle $style $options tools/*.cpp
|
|||
astyle $style $options --recursive "samples/*.c"
|
||||
astyle $style $options --recursive "samples/*.cpp"
|
||||
|
||||
astyle $style $options htdocs/archive/*.cpp
|
||||
astyle $style $options htdocs/archive/*.c
|
||||
astyle $style $options htdocs/archive/*.h
|
||||
|
||||
# Convert tabs to spaces.. even in strings
|
||||
|
|
|
@ -16,5 +16,5 @@ astyle %STYLE% %OPTIONS% test/*.h
|
|||
|
||||
astyle %STYLE% %OPTIONS% tools/*.cpp
|
||||
|
||||
astyle %STYLE% %OPTIONS% htdocs/archive/*.cpp
|
||||
astyle %STYLE% %OPTIONS% htdocs/archive/*.c
|
||||
astyle %STYLE% %OPTIONS% htdocs/archive/*.h
|
||||
|
|
Loading…
Reference in New Issue