Package: perltidy
Version: 20060719-1
Severity: wishlist
Perltidy manages to line up the opening { of one-line subroutines, like
this:
sub playlist_count() { dcop qw(playlist getTotalTrackCount) }
sub player_status() { dcop qw(player status) }
sub current_track_index() { dcop qw(playlist getActiveIndex) }
...
but I can't figure out how to get it to line up the closing braces as
well:
sub playlist_count() { dcop qw(playlist getTotalTrackCount) }
sub player_status() { dcop qw(player status) }
sub current_track_index() { dcop qw(playlist getActiveIndex) }
...
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (130, 'unstable'), (120, 'experimental')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages perltidy depends on:
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
perltidy recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]