Downgrade .astylerc from v2.02 to v1.22.
authorW. Trevor King <wking@drexel.edu>
Sun, 22 Jan 2012 08:40:37 +0000 (03:40 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 22 Jan 2012 08:40:37 +0000 (03:40 -0500)
I'd written .astylerc using the v2.02 documentation, but my system
only packages v1.22 as stable.

src/.astylerc

index 7c463673a5b065a0c1d30bc61e7dd3552dc9c8cb..482d04bcd26704fecacf0c0bee040dde1a0f0809 100644 (file)
@@ -6,8 +6,8 @@
 --convert-tabs    # Converts non-indentation tabs into spaces
 --min-conditional-indent=2
 --max-instatement-indent=40  # Maximum spaces to indent a continuation line
---pad-oper        # Insert space padding around operators
---unpad-paren     # Remove extra space padding around parenthesis
---pad-header      # Insert space padding after paren headers (e.g. 'if', 'for')
---add-brackets    # Add brackets to unbracketed one line conditionals
---align-pointer=name  # Attach * and & to the variable name
+#--pad-oper        # Insert space padding around operators
+#--unpad-paren     # Remove extra space padding around parenthesis
+#--pad-header      # Insert space padding after paren headers (e.g. 'if', 'for')
+#--add-brackets    # Add brackets to unbracketed one line conditionals
+#--align-pointer=name  # Attach * and & to the variable name