forked from apache/trafficserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Perltidy configuration and build target
Also does an initial run.
- Loading branch information
Showing
19 changed files
with
1,304 additions
and
1,342 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# This is a simple of a .perltidyrc configuration file | ||
-l=132 # Line length | ||
-i=4 # 4-space indentation | ||
-nlp # Line up params | ||
-ce # cuddle the braces | ||
-tso # Tight secret ops | ||
-nsfs # No space for semicolon | ||
-pt=2 # tight parens | ||
-bt=2 # tight braces | ||
-sbt=2 # tight brackets | ||
-bbt=2 # tight code brackets | ||
-nbbc # No blank lines before comment lines | ||
-otr # No break between a comma and an opening token | ||
-sbl # Empty lane for sub's opening brace |
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
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
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 |
---|---|---|
|
@@ -25,6 +25,7 @@ | |
.*\.gold$ | ||
^\.gitignore$ | ||
^\.gitmodules$ | ||
^\.perltidyrc$ | ||
^\.indent.pro$ | ||
^\.vimrc$ | ||
^\.clang-.*$ | ||
|
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
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
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
Oops, something went wrong.