Downgrade .astylerc from v2.02 to v1.22.
[dotfiles-public.git] / 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