From f518a49b0a1044e79822568ae53a6cc07e51227f Mon Sep 17 00:00:00 2001 From: Salvatore Iovene Date: Tue, 5 Feb 2013 14:55:32 +0200 Subject: [PATCH] Another vi modeline. --- examples/hoofbeats/javascripts/app/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/hoofbeats/javascripts/app/app.js b/examples/hoofbeats/javascripts/app/app.js index 4cbefae..a226a26 100644 --- a/examples/hoofbeats/javascripts/app/app.js +++ b/examples/hoofbeats/javascripts/app/app.js @@ -1,3 +1,4 @@ +/* vi: set et sw=4 ts=4 si: */ (function(win) { 'use strict'; -- 2.7.4