(hoofbeats) Adds some vi modelines.
authorSalvatore Iovene <salvatore@iovene.com>
Tue, 5 Feb 2013 12:54:12 +0000 (14:54 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Tue, 5 Feb 2013 12:54:12 +0000 (14:54 +0200)
examples/hoofbeats/index.html
examples/hoofbeats/javascripts/app/router.js
examples/hoofbeats/javascripts/app/store.js
examples/hoofbeats/javascripts/app/views/artistsView.js
examples/hoofbeats/tests/unit/library.js

index f16913b..6eb2a48 100644 (file)
@@ -1,3 +1,4 @@
+<!-- vi: set et sw=4 ts=4 si: -->
 <!DOCTYPE html>
 <html>
   <head>
index 7c911a5..a005781 100644 (file)
@@ -1,3 +1,4 @@
+/* vi: set et sw=4 ts=4 si: */
 (function(app, Ember) {
     'use strict';
 
index a7b8183..fcd786d 100644 (file)
@@ -1,3 +1,4 @@
+/* vi: set et sw=4 ts=4 si: */
 (function(app) {
     'use strict';
 
index 4b7df91..d20e5d4 100644 (file)
@@ -1,3 +1,4 @@
+/* vi: set et sw=4 ts=4 si: */
 $(function() {
     module("hoofbeats-library", {
         setup: function() {