RexOps / rexify-website

Website content and code for rexify.org
https://www.rexify.org
14 stars 31 forks source link

Update perltidy rules #141

Closed ferki closed 4 years ago

ferki commented 4 years ago

Use the default 4 columns of indentation instead of 2, and compensate for the extra leading space by allowing variable maximum line lengths.

I find this to be producing more readable output in many cases, especially for line continuations inside anonymous sub blocks (task definitions, on_change, etc.), while being a bit closer to default perltidy settings.