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 # fill-column: 100 # End: # vim: expandtab shiftwidth=4: I'll add it to the coding standards PDD. Allison