]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
add perltidyrc 5.0-tidied 5.0-tidy
authorDylan William Hardison <dylan@hardison.net>
Tue, 11 Dec 2018 06:34:58 +0000 (01:34 -0500)
committerDylan William Hardison <dylan@hardison.net>
Tue, 11 Dec 2018 06:34:58 +0000 (01:34 -0500)
.perltidyrc [new file with mode: 0644]

diff --git a/.perltidyrc b/.perltidyrc
new file mode 100644 (file)
index 0000000..95c8973
--- /dev/null
@@ -0,0 +1,17 @@
+-pbp     # Start with Perl Best Practices
+-w       # Show all warnings
+-iob     # Ignore old breakpoints
+-l=80    # 80 characters per line
+-vmll
+-ibc
+-iscl
+-hsc
+-mbl=2   # No more than 2 blank lines
+-i=2     # Indentation is 2 columns
+-ci=2    # Continuation indentation is 2 columns
+-vt=0    # Less vertical tightness
+-pt=2    # High parenthesis tightness
+-bt=2    # High brace tightness
+-sbt=2   # High square bracket tightness
+-wn      # Weld nested containers
+-isbc # Don't indent comments without leading space