diff --git a/.astylerc b/.astylerc index b208b767a7..7e0bc337f3 100644 --- a/.astylerc +++ b/.astylerc @@ -16,7 +16,6 @@ convert-tabs # Indent switches and cases indent-switches -indent-cases # Remove spaces in and around parentheses unpad-paren @@ -32,3 +31,7 @@ align-reference=name # Attach { for classes and namespaces attach-namespaces attach-classes + +# Extend longer lines, define maximum 120 value. This results in aligned code, +# otherwise the lines are broken and not consistent +max-continuation-indent=120