forked from Ensembl/ensembl-annotation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathperltidyrc
36 lines (29 loc) · 758 Bytes
/
perltidyrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# I/O control
--standard-error-output
# Basic Options
--maximum-line-length=138
--indent-columns=2
# Code Indentation Control
--line-up-parentheses
# Whitespace Control
--nospace-for-semicolon
--nowant-left-space="* /"
--nowant-right-space="* /"
--nospace-terminal-semicolon
--trim-pod
# Comment Controls
--closing-side-comments
--closing-side-comment-interval=25
--closing-side-comment-else-flag=1
# Line Break Control
--nocuddled-else # for block readability
--opening-token-right
--vertical-tightness=2
--vertical-tightness-closing=2
-sot # --stack-opening-token
-sct # --stack-closing-token
--break-after-all-operators
# Retaining or Ignoring Existing Line Breaks
--ignore-old-breakpoints
# Blank Line Control
--no-blanks-before-comments