diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-06 10:13:09 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-07 07:35:29 +0200 |
commit | 40978924953fb2acea522fa2011182a795e65d4c (patch) | |
tree | fa1f9fe7c060676ccac797f89fbcf11e6cf4cc75 /solenv | |
parent | 7c83312ccdd07541efde3f16c090fa59c8b73bf0 (diff) |
Add Emacs and vim mode lines
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/image-sort.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/solenv/bin/image-sort.pl b/solenv/bin/image-sort.pl index 01f0b5e53f2d..e02248c34d41 100755 --- a/solenv/bin/image-sort.pl +++ b/solenv/bin/image-sort.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl -w # -*- Mode: Perl; tab-width: 4; indent-tabs-mode: nil -*- my @global_list = (); my %global_hash = (); @@ -151,3 +151,5 @@ for my $icon (@global_list) { } close $output if (!$stdout_out); + +# dnl vim:set shiftwidth=4 softtabstop=4 expandtab: |