diff --git a/.astylerc b/.astylerc index 0ce1612..7e0bc33 100644 --- a/.astylerc +++ b/.astylerc @@ -31,3 +31,7 @@ # 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