summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-07-17 16:46:24 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-07-17 16:46:24 +0200
commit82167d2422a4b6e3071dca68cf65a66e1da41ab4 (patch)
tree03c1f95a2aa60c48822a463cc3812b5c3415991e /scripts
parentImproving tab previews (diff)
downloadrekonq-82167d2422a4b6e3071dca68cf65a66e1da41ab4.tar.xz
A round of the "new" astyle 2.01...
Diffstat (limited to 'scripts')
-rw-r--r--scripts/codingstyle.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/codingstyle.sh b/scripts/codingstyle.sh
index d13e84c0..c171ea18 100644
--- a/scripts/codingstyle.sh
+++ b/scripts/codingstyle.sh
@@ -34,9 +34,9 @@ astyle \
--indent=spaces=4 \
--brackets=break \
--indent-labels \
---pad=oper \
---unpad=paren \
---one-line=keep-statements \
+--pad-oper \
+--unpad-paren \
+--keep-one-line-statements \
--convert-tabs \
--indent-preprocessor \
`find -type f -name '*.cpp'` `find -type f -name '*.h'`