From: Guido Kanschat Date: Tue, 20 Nov 2012 19:08:39 +0000 (+0000) Subject: I guess endings are rather .cc and .h, not just cc and h X-Git-Tag: v8.0.0~1795 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54053380a783a3f523020a451b942be96e6ed5a7;p=dealii.git I guess endings are rather .cc and .h, not just cc and h git-svn-id: https://svn.dealii.org/trunk@27613 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/astyle.rc b/deal.II/common/astyle.rc index dff4fba22d..d662584b2a 100644 --- a/deal.II/common/astyle.rc +++ b/deal.II/common/astyle.rc @@ -1,6 +1,6 @@ # astyle 2.02 indentation style for deal.II # Run astyle in a command like -# astyle --options=lib/astyle.rc *cc *h +# astyle --options=lib/astyle.rc *.cc *.h --style=gnu