-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f872822
commit b5d88d0
Showing
165 changed files
with
62,498 additions
and
63,141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ share/PrecompiledParsers/Parse/RecDescent/DDL/SQLT/*.pm | |
*~ | ||
.#* | ||
*# | ||
.tidyall.d/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.