Skip to content

Commit f05439a

Browse files
committed
Consistent use of vim modelines
1 parent 8a204fc commit f05439a

119 files changed

Lines changed: 357 additions & 167 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.

tests/ps_tests/auspost.ps.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
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-2024 Terry Burton
7+
%
58

69
% https://auspost.com.au/content/dam/auspost_corp/media/documents/customer-barcode-technical-specifications-aug2012.pdf
710
% https://auspost.com.au/content/dam/auspost_corp/media/documents/a-guide-to-printing-the-4state-barcode-v31-mar2012.pdf
811

9-
% vim: set ts=4 sw=4 et :
1012

1113
/auspost dup /uk.co.terryburton.bwipp findresource cvx def
1214

tests/ps_tests/azteccode.ps.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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-2024 Terry Burton
7+
%
58

69
% ISO/IEC 24778:2008
710

8-
% vim: set ts=4 sw=4 et :
911

1012
/azteccode dup /uk.co.terryburton.bwipp findresource cvx def
1113

tests/ps_tests/azteccodecompact.ps.test

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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
5-
6-
% vim: set ts=4 sw=4 et :
7+
%
78

89
/azteccodecompact dup /uk.co.terryburton.bwipp findresource cvx def
910

tests/ps_tests/aztecrune.ps.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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-2024 Terry Burton
7+
%
58

69
% ISO/IEC 24778:2008
710

8-
% vim: set ts=4 sw=4 et :
911

1012
/aztecrune dup /uk.co.terryburton.bwipp findresource cvx def
1113

tests/ps_tests/bc412.ps.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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-2024 Terry Burton
7+
%
58

69
% SEMI T1-95 (1996)
710

8-
% vim: set ts=4 sw=4 et :
911

1012
/bc412 dup /uk.co.terryburton.bwipp findresource cvx def
1113

tests/ps_tests/channelcode.ps.test

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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
5-
6-
% vim: set ts=4 sw=4 et :
7+
%
78

89
/channelcode dup /uk.co.terryburton.bwipp findresource cvx def
910

tests/ps_tests/codablockf.ps.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
7+
%
58

69
% AIM Europe ISS-X-24 - Uniform Symbology Specification - Codablock F (1995)
710

8-
% vim: set ts=4 sw=4 et :
911

1012
/codablockf dup /uk.co.terryburton.bwipp findresource cvx def
1113

tests/ps_tests/code11.ps.test

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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-2024 Terry Burton
5-
6-
% vim: set ts=4 sw=4 et :
7+
%
78

89
/code11 dup /uk.co.terryburton.bwipp findresource cvx def
910

tests/ps_tests/code128.ps.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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-2024 Terry Burton
7+
%
58

69
% ISO/IEC 15417:2007
710

8-
% vim: set ts=4 sw=4 et :
911

1012
/code128 dup /uk.co.terryburton.bwipp findresource cvx def
1113

tests/ps_tests/code16k.ps.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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-2024 Terry Burton
7+
%
58

69
% EN 12323:2005
710

8-
% vim: set ts=4 sw=4 et :
911

1012
/code16k dup /uk.co.terryburton.bwipp findresource cvx def
1113

0 commit comments

Comments
 (0)