Merge pull request #201 from jaredj/default-parens
Don't enforce tight parens with perltidy
This commit is contained in:
commit
cfce4e44d0
@ -2,7 +2,6 @@
|
|||||||
-i=4 # 4 space indentation (we used to use 2; in the future we'll use 4)
|
-i=4 # 4 space indentation (we used to use 2; in the future we'll use 4)
|
||||||
-ci=2 # continuation indention
|
-ci=2 # continuation indention
|
||||||
|
|
||||||
-pt=2 # tight parens
|
|
||||||
-sbt=2 # tight square parens
|
-sbt=2 # tight square parens
|
||||||
-bt=2 # tight curly braces
|
-bt=2 # tight curly braces
|
||||||
-bbt=0 # open code block curly braces
|
-bbt=0 # open code block curly braces
|
||||||
|
Loading…
Reference in New Issue
Block a user