# NOTE: I'm using perltidy v20200110. Also see docs/HACKING.md

-pbp     # Start with Perl Best Practices
-iob     # Ignore old breakpoints
-l=80    # characters per line
-vt=0    # Less vertical tightness
-pt=2    # parenthesis tightness
-bt=1    # brace tightness
-bbt=1   # block brace tightness
-sbt=2   # square bracket tightness
-isbc    # Don't indent comments without leading space
-nst     # Don't output to STDOUT
-nasc    # Do not add semicolons to tail expressions (they are used to
         # indicate that the value is explicitly used as the return value
-ce      # --cuddled-else
-i=4     # columns per indentation level
-conv    # --converge
-tso     # --tight-secret-operators   0+  +0  ()x!! ~~<>  ,=>   =( )=
-nsfs    # --nospace-for-semicolon  Semicolons within for loops

-b       # --backup-and-modify-in-place
#-w       # Show all warnings
