Skip to content

Commit

Permalink
do not format "src/faust_generated.cpp"
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuther committed Jul 14, 2020
1 parent 75efbfb commit ce5611b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/format_code.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rem
rem ----------------------------------------------------------------------------


@AStyle --recursive --exclude="faust" --options=./.astylerc "*.cpp"
@AStyle --recursive --exclude="faust" --exclude="faust_generated.cpp" --options=./.astylerc "*.cpp"
@echo.

@AStyle --recursive --exclude="faust" --options=./.astylerc "*.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/format_code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# ----------------------------------------------------------------------------


astyle --recursive --exclude="faust" --options=./.astylerc \
astyle --recursive --exclude="faust" --exclude="faust_generated.cpp" --options=./.astylerc \
"*.cpp"

printf "\n"
Expand Down

0 comments on commit ce5611b

Please sign in to comment.