help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't format my Perl code properly with cperl-mode


From: Pustovoyt Alexander
Subject: Re: Can't format my Perl code properly with cperl-mode
Date: Wed, 30 Oct 2013 12:04:07 +0400

> Have you tried to add a newline between "(" and "\%Options," ?
So, I've tried, but the result wasn't something I'd like to see:
sub _get_options
{
  return Getopt::Long::GetOptions(
    \%Options,
    qw(
        version|V
        )
    );
}
Can Emacs be not so smart and allow me to format my code in my stupid way?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]