From 6d67f01a4acff06ff8204b5045f7755ec05bec65 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Wed, 25 Sep 2019 10:11:05 +1000 Subject: [PATCH] Revert "[ASTYLE] increase max-instatement-indent to get nicer alignments on multilines" This reverts commit 0e994fda020352a579b2ca73b94665899d7bf862. Breaks travis on many PRs -- requires a bulk astyle update to accompany the PR --- scripts/astyle.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/astyle.options b/scripts/astyle.options index 02c64a1dece..2552a8a06dc 100644 --- a/scripts/astyle.options +++ b/scripts/astyle.options @@ -7,7 +7,7 @@ --indent-labels --indent-namespaces --indent-switches ---max-instatement-indent=80 +--max-instatement-indent=40 --min-conditional-indent=-1 --suffix=none --break-after-logical