-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.tidyallrc
31 lines (23 loc) · 1.43 KB
/
.tidyallrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
; Run "tidyall -a" to process all files.
; Run "tidyall -g" to process all added or modified files in the current git working directory.
; https://perladvent.org/2020/2020-12-01.html
ignore = **/*.bak **/_*.pm blib/**/* builder/_alien/**/*
[PerlTidy]
select = **/*.{pl,pm,t}
select = cpanfile
argv = -anl -baao --check-syntax --closing-side-comments-balanced -nce -dnl --delete-old-whitespace --delete-semicolons -fs -nhsc -ibc -bar -nbl -ohbr -opr -osbr -nsbl -nasbl -otr -olc --perl-best-practices --nostandard-output -sbc -nssc --break-at-old-logical-breakpoints --break-at-old-keyword-breakpoints --break-at-old-ternary-breakpoints --ignore-old-breakpoints --swallow-optional-blank-lines --iterations=2 --maximum-line-length=100 --paren-vertical-tightness=0 --trim-qw -b -bext=old --standard-error-output --backup-and-modify-in-place --character-encoding=none
;argv = -noll -it=2 -l=100 -i=4 -ci=4 -se -b -bar -boc -vt=0 -vtc=0 -cti=0 -pt=1 -bt=1 -sbt=1 -bbt=1 -nolq -npro -nsfs --opening-hash-brace-right --no-outdent-long-comments -wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" --iterations=2
;[PerlCritic]
;select = lib/**/*.pm
;ignore = lib/UtterHack.pm lib/OneTime/*.pm
;argv = -severity 3
[PodTidy]
select = lib/**/*.{pm,pod}
[PodChecker]
select = **/*.{pl,pm,pod}
;[Test::Vars]
;select = **/*.{pl,pl.in,pm,t}
;[PodSpell]
;select = **/*.{pl,pl.in,pm,pod}
[ClangFormat]
select = **/*.{cpp,h}