  # This is a simple of a .perltidyrc configuration file
  -l=132 # Line length
  -i=4   # 4-space indentation
  -nlp   # Line up params
  -ce    # cuddle the braces
  -tso   # Tight secret ops
  -nsfs  # No space for semicolon
  -pt=2  # tight parens
  -bt=2  # tight braces
  -sbt=2 # tight brackets
  -bbt=2 # tight code brackets
  -nbbc  # No blank lines before comment lines
  -otr   # No break between a comma and an opening token
  -sbl   # Empty lane for sub's opening brace
