added a perltidyrc for webgui code

This commit is contained in:
Doug Bell 2008-10-22 16:57:45 +00:00
parent 5104f5f4c8
commit b8f002fadb
2 changed files with 18 additions and 0 deletions

17
docs/perltidyrc Normal file
View file

@ -0,0 +1,17 @@
-syn # Check syntax before and after
-l=120 # maximum Line length
-pscf=-c # Perl Syntax Check Flags
-ole=unix # Output Line Ending
-ci=4 # Continuation Indentation
-sil=0 # Force starting indent level to 0
-nolq # No Outdent Long Quotes
-nolc # No Outdent Comments
-nola # No Outdent LAbels
-pt=0 # Paren Tightness (PBP style)
-sbt=0 # Square Brace Tightness (PBP style)
-bt=0 # Brace Tightness (PBP style)
-nsfs # No Space For Semicolon
-bar # Opening Brace Always on Right
-otr # Opening token right
-sot # Stack Opening Tokens ( { [
-bbao # Break before all operators