File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [[ "`astyle --version 2>&1`" != ${ASTYLE_VERSION}* ]]; then
1414fi
1515
1616style=" --style=stroustrup --indent=spaces=4 --indent-namespaces --lineend=linux --min-conditional-indent=0"
17- options=" --pad-header --unpad-paren --suffix=none"
17+ options=" --pad-header --unpad-paren --suffix=none --convert-tabs "
1818
1919astyle $style $options cli/* .cpp
2020astyle $style $options cli/* .h
Original file line number Diff line number Diff line change 11REM A script to run Astyle for the sources
22
33SET STYLE = --style=stroustrup --indent=spaces=4 --indent-namespaces --lineend=linux --min-conditional-indent=0
4- SET OPTIONS = --pad-header --unpad-paren --suffix=none
4+ SET OPTIONS = --pad-header --unpad-paren --suffix=none --convert-tabs
55
66astyle %STYLE% %OPTIONS% cli/*.cpp
77astyle %STYLE% %OPTIONS% cli/*.h
You can’t perform that action at this time.
0 commit comments