From: Guido Kanschat Date: Tue, 20 Nov 2012 19:07:32 +0000 (+0000) Subject: Change alignment of pointers and remove offending option X-Git-Tag: v8.0.0~1796 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f6c246b069c2e1ba6fb16507d1a28d030cc1239;p=dealii.git Change alignment of pointers and remove offending option git-svn-id: https://svn.dealii.org/trunk@27612 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/astyle.rc b/deal.II/common/astyle.rc index 35e5a7755c..dff4fba22d 100644 --- a/deal.II/common/astyle.rc +++ b/deal.II/common/astyle.rc @@ -11,9 +11,9 @@ --min-conditional-indent=0 --pad-header -# write things as 'char *p', not 'char* p' ---align-pointer=name ---align-reference=name +# write things as 'char* p', not 'char *p' +--align-pointer=type +#--align-reference=name --max-instatement-indent=60 --suffix=none