From 64354e41c8859331e754f5aa3ca19ca805a11b8e Mon Sep 17 00:00:00 2001 From: Salvatore Iovene Date: Tue, 5 Feb 2013 14:54:12 +0200 Subject: [PATCH] (hoofbeats) Adds some vi modelines. --- examples/hoofbeats/index.html | 1 + examples/hoofbeats/javascripts/app/router.js | 1 + examples/hoofbeats/javascripts/app/store.js | 1 + examples/hoofbeats/javascripts/app/views/artistsView.js | 1 + examples/hoofbeats/tests/unit/library.js | 1 + 5 files changed, 5 insertions(+) diff --git a/examples/hoofbeats/index.html b/examples/hoofbeats/index.html index f16913b..6eb2a48 100644 --- a/examples/hoofbeats/index.html +++ b/examples/hoofbeats/index.html @@ -1,3 +1,4 @@ + diff --git a/examples/hoofbeats/javascripts/app/router.js b/examples/hoofbeats/javascripts/app/router.js index 7c911a5..a005781 100644 --- a/examples/hoofbeats/javascripts/app/router.js +++ b/examples/hoofbeats/javascripts/app/router.js @@ -1,3 +1,4 @@ +/* vi: set et sw=4 ts=4 si: */ (function(app, Ember) { 'use strict'; diff --git a/examples/hoofbeats/javascripts/app/store.js b/examples/hoofbeats/javascripts/app/store.js index a7b8183..fcd786d 100644 --- a/examples/hoofbeats/javascripts/app/store.js +++ b/examples/hoofbeats/javascripts/app/store.js @@ -1,3 +1,4 @@ +/* vi: set et sw=4 ts=4 si: */ (function(app) { 'use strict'; diff --git a/examples/hoofbeats/javascripts/app/views/artistsView.js b/examples/hoofbeats/javascripts/app/views/artistsView.js index 5798e86..5b857c7 100644 --- a/examples/hoofbeats/javascripts/app/views/artistsView.js +++ b/examples/hoofbeats/javascripts/app/views/artistsView.js @@ -1,3 +1,4 @@ +/* vi: set et sw=4 ts=4 si: */ (function(app, Ember) { 'use strict'; diff --git a/examples/hoofbeats/tests/unit/library.js b/examples/hoofbeats/tests/unit/library.js index 4b7df91..d20e5d4 100644 --- a/examples/hoofbeats/tests/unit/library.js +++ b/examples/hoofbeats/tests/unit/library.js @@ -1,3 +1,4 @@ +/* vi: set et sw=4 ts=4 si: */ $(function() { module("hoofbeats-library", { setup: function() { -- 2.7.4