Codebase list ohcount / lintian-fixes/main test / detect_files / javascript_emacs.js
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

javascript_emacs.js @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
'use strict';

require('./external/shelljs/make');
var builder = require('./external/builder/builder.js');
var crlfchecker = require('./external/crlfchecker/crlfchecker.js');
var path = require('path');