Skip to content

Commit

Permalink
add perl tidy and perl critic configs
Browse files Browse the repository at this point in the history
  • Loading branch information
VVelox committed Jul 7, 2024
1 parent 74f7557 commit dbbac3f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions .perlcriticrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exclude = ProhibitExplicitReturnUndef ProhibitOneArgBless ProhibitStringyEval
29 changes: 29 additions & 0 deletions .perltidyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
-l=120
-i=4
-ci=4
-st
-se

-et=4

#-aws
-xci
#-dws
-vt=0
-cti=0
-bt=1
-sbt=1
-bbt=0
-nsfs
-nolq
-ce
-csc
-csci=10
-csct=40
-cb
-iscl
-sbc
-nbbc

-wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="

0 comments on commit dbbac3f

Please sign in to comment.