forked from LibreCat/Catmandu-Store-Elasticsearch
-
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.
- Loading branch information
Showing
7 changed files
with
113 additions
and
20 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,18 @@ | ||
-bbt=2 # High block brace tightness | ||
-bt=2 # High brace tightness | ||
-ci=4 # Continuation indentation is 4 columns | ||
-cti=0 # Low closing token indentation | ||
-i=4 # Indentation is 4 columns | ||
-iob # Ignore old breakpoints | ||
-isbc # Don't indent comments without leading space | ||
-l=78 # 78 characters per line | ||
-mbl=1 # No more than 1 blank lines | ||
-nolq # No outdent long quotes | ||
-nsfs # No space for semicolon | ||
-pt=2 # High parenthesis tightness | ||
-sbt=2 # High square bracket tightness | ||
-se # Errors to standard error output | ||
# -st # Standard output; Disabled, see https://github.com/LibreCat/Catmandu/issues/221 | ||
-vt=0 # Less vertical tightness | ||
-w # Show all warnings | ||
-wbb="% + - * / x != == >= <= =~ !~ < > | & = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x=" # Want break before |
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,5 @@ | ||
[PerlTidy] | ||
select = {lib,t}/**/*.{pl,pm,t} | ||
select = Makefile.PL | ||
select = {mod2html,podtree2html,pods2html,perl2html} | ||
argv = --profile=$ROOT/.perltidyrc |
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
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