Re: coding standards for editor hints in PIR files

2007-03-17 Thread Paul Cochrane
On 17/03/07, Allison Randal <[EMAIL PROTECTED]> wrote: Emacs users, what's the appropriate equivalent to the relevant part of: # Local Variables: # mode: cperl # cperl-indent-level: 4 # fill-column: 100 # End: # vim: expandtab shiftwidth=4: for PIR files? Is

coding standards for editor hints in PIR files

2007-03-16 Thread Allison Randal
Emacs users, what's the appropriate equivalent to the relevant part of: # Local Variables: # mode: cperl # cperl-indent-level: 4 # fill-column: 100 # End: # vim: expandtab shiftwidth=4: for PIR files? Is this workable? # Local Variables: # mode: pir #