Skip to content

Instantly share code, notes, and snippets.

@zetaraku
Last active December 22, 2020 04:38
Show Gist options
  • Save zetaraku/f107079b447ea48b2dc5c32df764c098 to your computer and use it in GitHub Desktop.
Save zetaraku/f107079b447ea48b2dc5c32df764c098 to your computer and use it in GitHub Desktop.
my .perltidyrc file
--converge
--maximum-line-length=100
--character-encoding=utf8
--preserve-line-endings
--indent-columns=2
--continuation-indentation=2
--extended-continuation-indentation
--minimum-space-to-comment=2
--no-outdent-labels
--no-outdent-keywords
--no-outdent-long-quotes
--no-outdent-long-comments
--paren-tightness=2
--square-bracket-tightness=2
--brace-tightness=2
--keyword-paren-inner-tightness=2
--block-brace-tightness=0
--cuddled-blocks
--cuddled-break-option=2
--opening-token-right
--hanging-side-comments
--break-at-old-comma-breakpoints
--no-space-for-semicolon
--no-blanks-before-comments
--no-logical-padding
--no-valign
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment