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

View file

@ -28,6 +28,7 @@
- Autocommit assets like CS posts or Calendar Events can now be added before the - Autocommit assets like CS posts or Calendar Events can now be added before the
parent is committed. They will go into the same version tag as their parent. parent is committed. They will go into the same version tag as their parent.
- rfe #640: Refactored autocommit and autocomment - rfe #640: Refactored autocommit and autocomment
- added a perltidyrc to the docs folder. we'll be using this to clean up code.
7.6.1 7.6.1

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