From: Timo Heister Date: Tue, 20 Nov 2012 17:16:56 +0000 (+0000) Subject: update astyle file X-Git-Tag: v8.0.0~1800 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7936f5f7a1a1ac1d93a259beb48fff81b6cb1046;p=dealii.git update astyle file git-svn-id: https://svn.dealii.org/trunk@27600 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/astyle.rc b/deal.II/common/astyle.rc index ef69b85715..35e5a7755c 100644 --- a/deal.II/common/astyle.rc +++ b/deal.II/common/astyle.rc @@ -8,24 +8,13 @@ --indent-preprocessor --indent=spaces=2 --indent-namespaces ---indent-labels -#--no-indent-col1-comments --min-conditional-indent=0 -#--no-break-blocks --pad-header -# indent the 'public/protected/private' specifiers, and further indent the -# rest of the declarations ---indent-classes - -# indent case labels in a switch statement ---indent-switches - # write things as 'char *p', not 'char* p' --align-pointer=name --align-reference=name ---max-instatement-indent=80 +--max-instatement-indent=60 --suffix=none --quiet -#--verbose