Changeset 2380
- Timestamp:
- Nov 16, 2004, 2:26:41 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/misc/.perltidyrc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/misc/.perltidyrc
r2377 r2380 1 # check the syntax with perl 2 -syn 3 -pscf=-wc 4 5 # use only \n as a line ending 6 -ole=unix 7 1 8 # indent 4 spaces 2 9 -i=4 … … 14 21 -ce 15 22 16 # line up the closing parentheses with the begining of the statement17 -lp18 19 23 # Cish tight containers 20 24 -bt=2 … … 31 35 -nsfs 32 36 33 # no outdenting long quotes 34 -nolq 37 # no outdenting long lines 38 -noll 39 40 # don't outdent labels 41 -nola 42 43 # treat ## as commented code and not a comment 44 -sbc
Note:
See TracChangeset
for help on using the changeset viewer.
