Skip to content

Commit a5ecaec

Browse files
committed
Add vim modelines to sources and utilities
1 parent f05439a commit a5ecaec

127 files changed

Lines changed: 250 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build/make_deps.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/perl -T
22

3+
# vim: set sw=4 sts=4 et:
4+
35
# $Id$
46

57
use strict;

build/make_monolithic.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/perl -T
22

3+
# vim: set sw=4 sts=4 et:
4+
35
# $Id$
46

57
use strict;

build/make_resource.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/perl -T
22

3+
# vim: set sw=4 sts=4 et:
4+
35
# $Id$
46

57
use strict;

build/make_standalone.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/perl -T
22

3+
# vim: set sw=4 sts=4 et:
4+
35
use strict;
46
use warnings;
57
use File::Basename;

src/auspost.ps.src

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
% Barcode Writer in Pure PostScript
22
% https://bwipp.terryburton.co.uk
33
%
4+
% vim: set sw=4 sts=4 et:
5+
%
46
% Copyright (c) 2004-2025 Terry Burton
57
%
68
% $Id$

src/azteccode.ps.src

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
% Barcode Writer in Pure PostScript
22
% https://bwipp.terryburton.co.uk
33
%
4+
% vim: set sw=4 sts=4 et:
5+
%
46
% Copyright (c) 2004-2025 Terry Burton
57
%
68
% $Id$

src/azteccodecompact.ps.src

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
% Barcode Writer in Pure PostScript
22
% https://bwipp.terryburton.co.uk
33
%
4+
% vim: set sw=4 sts=4 et:
5+
%
46
% Copyright (c) 2004-2025 Terry Burton
57
%
68
% $Id$

src/aztecrune.ps.src

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
% Barcode Writer in Pure PostScript
22
% https://bwipp.terryburton.co.uk
33
%
4+
% vim: set sw=4 sts=4 et:
5+
%
46
% Copyright (c) 2004-2025 Terry Burton
57
%
68
% $Id$

src/bc412.ps.src

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
% Barcode Writer in Pure PostScript
22
% https://bwipp.terryburton.co.uk
33
%
4+
% vim: set sw=4 sts=4 et:
5+
%
46
% Copyright (c) 2004-2025 Terry Burton
57
%
68
% $Id$

src/channelcode.ps.src

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
% Barcode Writer in Pure PostScript
22
% https://bwipp.terryburton.co.uk
33
%
4+
% vim: set sw=4 sts=4 et:
5+
%
46
% Copyright (c) 2004-2025 Terry Burton
57
%
68
% $Id$

0 commit comments

Comments
 (0)