Run prettier

This commit is contained in:
Alex Dima 2020-09-07 15:48:33 +02:00
parent 9b90326796
commit 5ebacc725f
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
17 changed files with 2479 additions and 2105 deletions

View file

@ -10,7 +10,10 @@ const REPO_ROOT = path.join(__dirname, '../');
const SRC_PATH = path.join(REPO_ROOT, 'out/amd/monaco.contribution.d.ts');
const DST_PATH = path.join(REPO_ROOT, 'monaco.d.ts');
const lines = fs.readFileSync(SRC_PATH).toString().split(/\r\n|\r|\n/);
const lines = fs
.readFileSync(SRC_PATH)
.toString()
.split(/\r\n|\r|\n/);
let result = [
`/*---------------------------------------------------------------------------------------------`,
` * Copyright (c) Microsoft Corporation. All rights reserved.`,