From 2d9b1a8c8717ee4108163193bd02322f0f6b00b3 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Thu, 11 Jul 2013 11:49:13 -0400 Subject: [PATCH] updated astylerc --- astylerc | 1 + 1 file changed, 1 insertion(+) diff --git a/astylerc b/astylerc index 5fe7ea2a69..7f14310574 100644 --- a/astylerc +++ b/astylerc @@ -13,6 +13,7 @@ break-blocks # Pad empty lines around header blocks (e.g. 'if', 'while'.. brackets=linux unpad-paren # Remove unwanted space around parentheses pad-header # Insert space padding after paren headers only (e.g. 'if', 'for', 'while'...) +pad-oper # Insert space padding around operator formatted # only display files that have changed recursive # recursively enter subdirs suffix=none # don't create backup files (that's what version control is for) -- GitLab