changes to the perltidyrc to make them more PBP and less DCS
This commit is contained in:
parent
9b2e6869d9
commit
d0c9f86504
1 changed files with 8 additions and 7 deletions
|
|
@ -4,14 +4,15 @@
|
||||||
-ole=unix # Output Line Ending
|
-ole=unix # Output Line Ending
|
||||||
-ci=4 # Continuation Indentation
|
-ci=4 # Continuation Indentation
|
||||||
-sil=0 # Force starting indent level to 0
|
-sil=0 # Force starting indent level to 0
|
||||||
-nolq # No Outdent Long Quotes
|
-noll # No Outdent Long Lines
|
||||||
-nolc # No Outdent Comments
|
-pt=1 # Paren Tightness (PBP style)
|
||||||
-nola # No Outdent LAbels
|
-sbt=1 # Square Brace Tightness (PBP style)
|
||||||
-pt=0 # Paren Tightness (PBP style)
|
-bt=1 # Brace Tightness (PBP style)
|
||||||
-sbt=0 # Square Brace Tightness (PBP style)
|
-bbt=1 # Code block brace tightness
|
||||||
-bt=0 # Brace Tightness (PBP style)
|
-vt=2 # Vertical tightness (PBP style)
|
||||||
-nsfs # No Space For Semicolon
|
-nsfs # No Space For Semicolon
|
||||||
-bar # Opening Brace Always on Right
|
|
||||||
-otr # Opening token right
|
-otr # Opening token right
|
||||||
-sot # Stack Opening Tokens ( { [
|
-sot # Stack Opening Tokens ( { [
|
||||||
-bbao # Break before all operators
|
-bbao # Break before all operators
|
||||||
|
-csc # Add closing side comments
|
||||||
|
-csci=16 # Add closing side comments after 16 lines
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue