# Common parameters
--break-at-old-comma-breakpoints
--maximum-line-length=160
--indent-columns=4
--continuation-indentation=2
--standard-error-output
--closing-token-indentation=0 # for closing brackets
--utf8

# Tightness
--vertical-tightness=2
--brace-vertical-tightness=0
--brace-vertical-tightness-closing=0

--paren-tightness=1
--brace-tightness=1
--square-bracket-tightness=1
--block-brace-tightness=1

--nospace-for-semicolon
--nooutdent-long-quotes
--nooutdent-labels

# break before all operators
--want-break-before="% + - * / x != == >= <= =~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="

# run at least twice to improve stability
--iterations=2
