Add vim modeline to qa-sample.json
authorMichael Hanselmann <hansmi@google.com>
Tue, 19 Aug 2008 12:17:18 +0000 (12:17 +0000)
committerMichael Hanselmann <hansmi@google.com>
Tue, 19 Aug 2008 12:17:18 +0000 (12:17 +0000)
Vim doesn't recognize the format automatically.

Reviewed-by: ultrotter

qa/qa-sample.json

index 8bbe307..1761b79 100644 (file)
@@ -86,5 +86,7 @@
   "options": {
     "burnin-instances": 2,
     "burnin-disk-template": "drbd"
-  }
+  },
+
+  "# vim: set syntax=javascript :": null
 }