.perltidyrc

Mon, 01 Jan 2024 14:42:03 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 01 Jan 2024 14:42:03 -0600
changeset 1143
5c37b939b296
parent 994
d8f003e828e1
permissions
-rw-r--r--

skip luasnip/jsregexp build on windows

# vim: set ft=bash
--standard-error-output
--warning-output
--converge

--indent-columns=2
--continuation-indentation=2
--extended-continuation-indentation

--trim-pod

--maximum-line-length=90
--no-outdent-long-quotes
--no-outdent-long-comments
--no-outdent-labels

--extended-syntax
--sub-alias-list='method fun'
--space-prototype-paren=2
--nowant-right-space="A"

--break-at-old-method-breakpoints

--no-blanks-before-comments
--maximum-consecutive-blank-lines=2

--one-line-block-semicolons=0

--all-containers-tightness=2
--block-brace-tightness=1
--weld-nested-containers

--keyword-paren-inner-tightness=0
--keyword-paren-inner-tightness-list='if elsif unless'

--opening-token-right

refactor {
  --closing-side-comments
  --closing-side-comments-balanced
  --closing-side-comment-interval=100
  --keyword-group-blanks
}

mercurial