Add Emacs settings to this file.
I'm using Emacs to edit this file and wanted to be sure that I matched the existing coding style in use in this file. I believe these settings properly match the coding style for this file.
This commit is contained in:
parent
f8ca3ca571
commit
938fe1315e
1 changed files with 10 additions and 0 deletions
|
@ -301,3 +301,13 @@ at your option, any later version of Perl 5 you may have available.
|
||||||
|
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
# Local Variables:
|
||||||
|
# Mode: CPerl
|
||||||
|
# indent-tabs-mode: nil
|
||||||
|
# cperl-indent-level: 4
|
||||||
|
# cperl-brace-offset: 0
|
||||||
|
# cperl-continued-brace-offset: 0
|
||||||
|
# cperl-label-offset: -4
|
||||||
|
# cperl-continued-statement-offset: 4
|
||||||
|
# End:
|
||||||
|
|
Loading…
Reference in a new issue