It is useful for people who have their modeline compliant editor(s) configured to replace tabs by spaces by default. Signed-off-by: Sylvain Rabot <sylvain@xxxxxxxxxxxxxx> --- gitweb/gitweb.perl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 350f8b8..cfe86b4 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1,4 +1,5 @@ #!/usr/bin/perl +# vim: syntax=perl tabstop=4 noexpandtab: # gitweb - simple web interface to track changes in git repositories # -- 1.7.3.4.523.g72f0d.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html