From 921713de9026525c2da0789204ff729a8af87d5e Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Mon, 8 Feb 2016 00:15:26 +0100 Subject: [PATCH] Add vim tagline --- accountant/frontend/static/js/app.js | 1 + accountant/frontend/static/js/scheduler.js | 1 + 2 files changed, 2 insertions(+) diff --git a/accountant/frontend/static/js/app.js b/accountant/frontend/static/js/app.js index e5b52a3..6d0c762 100644 --- a/accountant/frontend/static/js/app.js +++ b/accountant/frontend/static/js/app.js @@ -14,6 +14,7 @@ You should have received a copy of the GNU Affero General Public License along with Accountant. If not, see . */ +// vim: set tw=80 ts=2 sw=2 sts=2: 'use strict'; var accountantApp = angular.module("accountantApp", [ diff --git a/accountant/frontend/static/js/scheduler.js b/accountant/frontend/static/js/scheduler.js index 4f5e971..db4697a 100644 --- a/accountant/frontend/static/js/scheduler.js +++ b/accountant/frontend/static/js/scheduler.js @@ -14,6 +14,7 @@ You should have received a copy of the GNU Affero General Public License along with Accountant. If not, see . */ +// vim: set tw=80 ts=2 sw=2 sts=2: 'use strict'; accountantApp