Skip to content

Commit

Permalink
chore: perltidy all the tings
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbiveesh committed Dec 22, 2023
1 parent f872822 commit b5d88d0
Show file tree
Hide file tree
Showing 165 changed files with 62,498 additions and 63,141 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ share/PrecompiledParsers/Parse/RecDescent/DDL/SQLT/*.pm
*~
.#*
*#
.tidyall.d/*
15 changes: 15 additions & 0 deletions .perltidyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
-pbp # Start with Perl Best Practices
--maximum-line-length=120
--maximum-consecutive-blank-lines=2
--indent-columns=2
--opening-brace-always-on-right
--cuddled-else
--vertical-tightness=0
--paren-tightness=2
--weld-nested-containers
--weld-fat-comma
--extended-continuation-indentation
-bom # keep method chain's linebreaks
-isbc # don't indent comments w/o leading space
--nostandard-output
--noblanks-before-comments
1 change: 0 additions & 1 deletion BUGS

This file was deleted.

Loading

0 comments on commit b5d88d0

Please sign in to comment.