Auto-format all files to use consistent tab size of 2.

This commit is contained in:
Matt Mazzola 2016-08-22 10:23:25 -07:00
Родитель e59b1aca89
Коммит 39d50f59fb
4 изменённых файлов: 154 добавлений и 154 удалений

Просмотреть файл

@ -136,7 +136,7 @@ gulp.task('generatecustomdts', 'Generate dts with no exports', function (done) {
.pipe(gulp.dest('dist/'));
});
gulp.task('test:spec', 'Runs spec tests', function(done) {
gulp.task('test:spec', 'Runs spec tests', function (done) {
new karma.Server.start({
configFile: __dirname + '/karma.conf.js',
singleRun: argv.watch ? false : true,