Skip to content

Commit 45c538d

Browse files
add vim modeline everywhere
1 parent 373d578 commit 45c538d

14 files changed

+14
-0
lines changed

lib/JSON/Schema/Tiny.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
12
use strictures 2;
23
package JSON::Schema::Tiny;
34
# vim: set ts=8 sts=2 sw=2 tw=100 et :

t/boolean-data.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
12
use strictures 2;
23
use 5.020;
34
use stable 0.031 'postderef';

t/boolean-schemas.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
12
use strictures 2;
23
use 5.020;
34
use stable 0.031 'postderef';

t/equality.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
12
use strictures 2;
23
use 5.020;
34
use stable 0.031 'postderef';

t/errors.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
12
use strictures 2;
23
use 5.020;
34
use stable 0.031 'postderef';

t/lib/Acceptance.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
12
use strictures 2;
23
# no package, so things defined here appear in the namespace of the parent.
34

t/lib/Helper.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
12
use strictures 2;
23
# no package, so things defined here appear in the namespace of the parent.
34

t/max_traversal_depth.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
12
use strictures 2;
23
use 5.020;
34
use stable 0.031 'postderef';

t/pattern.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
12
use strictures 2;
23
use 5.020;
34
use stable 0.031 'postderef';

t/ref.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
12
use strictures 2;
23
use 5.020;
34
use stable 0.031 'postderef';

0 commit comments

Comments
 (0)