# Workaround needed for handling non-ASCII in files.
# # See <https://github.com/houseabsolute/perl-code-tidyall/issues/84>.
--character-encoding=none
--no-valign
-l=160
--noblanks-before-comments
-fnl     # don't remove new lines
-nsfs    # no spaces before semicolons
-baao    # space after operators
-bbao    # space before operators
-pt=2    # no spaces around ()
-bt=2    # no spaces around []
-sbt=2   # no spaces around {}
-sct     # stack closing tokens )}
--pack-operator-types='->' # allow chained method calls on one line
--blanks-before-subs
--keep-old-blank-lines=2 # keep all blank lines
--noblanks-before-blocks
