We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0951c5 commit b51ed80Copy full SHA for b51ed80
runastyle
@@ -31,7 +31,7 @@ astyle $style $options tools/*.cpp
31
astyle $style $options --recursive "samples/*.c"
32
astyle $style $options --recursive "samples/*.cpp"
33
34
-astyle $style $options htdocs/archive/*.cpp
+astyle $style $options htdocs/archive/*.c
35
astyle $style $options htdocs/archive/*.h
36
37
# Convert tabs to spaces.. even in strings
runastyle.bat
@@ -16,5 +16,5 @@ astyle %STYLE% %OPTIONS% test/*.h
16
17
astyle %STYLE% %OPTIONS% tools/*.cpp
18
19
-astyle %STYLE% %OPTIONS% htdocs/archive/*.cpp
+astyle %STYLE% %OPTIONS% htdocs/archive/*.c
20
astyle %STYLE% %OPTIONS% htdocs/archive/*.h
0 commit comments