Skip to content

Commit 11a341b

Browse files
committed
Merge pull request mozilla#2059 from kkujala/refactor
Add mode setting and strict to make.js
2 parents 6d6e9c4 + 0e948f1 commit 11a341b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

make.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2+
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
3+
4+
'use strict';
5+
16
require('./external/shelljs/make');
27
var builder = require('./external/builder/builder.js');
38
var crlfchecker = require('./external/crlfchecker/crlfchecker.js');

0 commit comments

Comments
 (0)