From ebb75d6ef9754a0af71ecefac25ee44bbaaaba06 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 22 Jan 2012 03:40:37 -0500 Subject: [PATCH] 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. --- src/.astylerc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.26.2