[cig-commits] commit 2327 by bangerth to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Mon Mar 3 10:59:58 PST 2014


Revision 2327

Move file to a directory that contains more than just this one file.

A   trunk/aspect/doc/astyle.rc
D   trunk/aspect/lib/astyle.rc


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2327&peg=2327

Diff:
Copied: trunk/aspect/doc/astyle.rc (from rev 2325, trunk/aspect/lib/astyle.rc)
===================================================================
--- trunk/aspect/doc/astyle.rc	                        (rev 0)
+++ trunk/aspect/doc/astyle.rc	2014-03-03 18:59:56 UTC (rev 2327)
@@ -0,0 +1,31 @@
+# astyle 2.02 indentation style for the Aspect program
+# Run astyle in a command like
+#    astyle --options=lib/astyle.rc source/*cc include/aspect/*h
+
+--style=gnu
+
+--convert-tabs
+--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
+--suffix=none
+--quiet
+#--verbose


More information about the CIG-COMMITS mailing list