mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
fix hygiene
This commit is contained in:
parent
f9564e666d
commit
2e329e1ed1
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
|||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
/*global process,require,console,exports,module*/
|
||||
|
||||
var gulp = require('gulp');
|
||||
var filter = require('gulp-filter');
|
||||
var es = require('event-stream');
|
||||
|
@ -57,6 +55,7 @@ var indentationFilter = [
|
|||
'!extensions/**/snippets/**',
|
||||
'!extensions/**/syntaxes/**',
|
||||
'!extensions/**/themes/**',
|
||||
'!build/{lib,tslintRules}/**/*.js'
|
||||
];
|
||||
|
||||
var copyrightFilter = [
|
||||
|
|
Loading…
Reference in a new issue