Merge pull request #219 from rhansen/editor-variables

Update Vim modeline and Emacs file-local variables
This commit is contained in:
Sandro 2020-07-02 09:46:09 +02:00 committed by GitHub
commit 9c6c7a2b39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5215,7 +5215,16 @@ sub nic_cloudns_update {
__PACKAGE__->main() unless caller() && caller() ne 'PAR';
######################################################################
# vim: ai et ts=4 sw=4 tw=78:
## Emacs and Vim settings
# Local Variables:
# mode: perl
# fill-column: 99
# indent-tabs-mode: nil
# perl-indent-level: 4
# tab-width: 8
# End:
# vim: ai et ts=8 sw=4 tw=99 cc=+1 filetype=perl
__END__