From: W. Trevor King Date: Sun, 22 Jan 2012 08:40:37 +0000 (-0500) Subject: Downgrade .astylerc from v2.02 to v1.22. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ebb75d6ef9754a0af71ecefac25ee44bbaaaba06;p=dotfiles-public.git Downgrade .astylerc from v2.02 to v1.22. I'd written .astylerc using the v2.02 documentation, but my system only packages v1.22 as stable. --- diff --git a/src/.astylerc b/src/.astylerc index 7c46367..482d04b 100644 --- a/src/.astylerc +++ b/src/.astylerc @@ -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