We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d385d commit 7e499d3Copy full SHA for 7e499d3
runastyle
@@ -34,5 +34,4 @@ if [[ "$DETECTED_VERSION_STR" != ${ASTYLE_VERSION_STR}* ]]; then
34
fi
35
36
# Run astyle with the project config
37
-$ASTYLE --project *.cpp
38
-$ASTYLE --project *.h
+$ASTYLE --project *.h,*.cpp
runastyle.bat
@@ -46,8 +46,7 @@ ECHO %DETECTED_VERSION_STR% | FINDSTR /B /C:%ASTYLE_VERSION_STR% > nul && (
46
)
47
48
REM Run astyle with the project config
49
-%ASTYLE% --project *.cpp
50
-%ASTYLE% --project *.h
+%ASTYLE% --project *.h,*.cpp
51
GOTO :EOF
52
53
:EXIT_ERROR
0 commit comments