Skip to content

Commit

Permalink
Add consistent vim coda to module files
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cochrane committed Feb 4, 2015
1 parent 2d0bb11 commit bb5cbc1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/Perl6/Documentable.pm
Expand Up @@ -42,3 +42,5 @@ class Perl6::Documentable {
@!categories //= @.subkinds
}
}

# vim: expandtab shiftwidth=4 ft=perl6
2 changes: 2 additions & 0 deletions lib/Perl6/Documentable/Registry.pm
Expand Up @@ -27,3 +27,5 @@ class Perl6::Documentable::Registry {
%!cache{$by}{$what};
}
}

# vim: expandtab shiftwidth=4 ft=perl6
2 changes: 2 additions & 0 deletions lib/Perl6/Type.pm
Expand Up @@ -58,3 +58,5 @@ class Perl6::Type {
@result;
}
}

# vim: expandtab shiftwidth=4 ft=perl6
2 changes: 1 addition & 1 deletion lib/Perl6/TypeGraph.pm
Expand Up @@ -94,4 +94,4 @@ class Perl6::TypeGraph {

}

# vim: ft=perl6
# vim: expandtab shiftwidth=4 ft=perl6
2 changes: 2 additions & 0 deletions lib/Perl6/TypeGraph/Viz.pm
Expand Up @@ -98,3 +98,5 @@ class Perl6::TypeGraph::Viz {
unlink $tmpfile;
}
}

# vim: expandtab shiftwidth=4 ft=perl6
2 changes: 2 additions & 0 deletions lib/Pod/To/SectionFilter.pm
Expand Up @@ -24,3 +24,5 @@ class Pod::To::SectionFilter {
Pod::To::Text.render(@blocks[$from..$to]);
}
}

# vim: expandtab shiftwidth=4 ft=perl6

0 comments on commit bb5cbc1

Please sign in to comment.