We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb2cfd commit 6e676fdCopy full SHA for 6e676fd
2 files changed
runastyle
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
style="--style=ansi --min-conditional-indent=0"
4
-options="--pad-header --unpad-paren"
+options="--pad-header --unpad-paren" --suffix=none
5
6
astyle $style $options cli/*.cpp
7
astyle $style $options cli/*.h
runastyle.bat
REM A script to run Astyle for the sources
SET STYLE=--style=ansi --min-conditional-indent=0
-SET OPTIONS=--pad-header --unpad-paren
+SET OPTIONS=--pad-header --unpad-paren --suffix=none
astyle %STYLE% %OPTIONS% cli/*.cpp
astyle %STYLE% %OPTIONS% cli/*.h
0 commit comments