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