mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
Define printWidth at 100
This commit is contained in:
parent
078ee54715
commit
bce6fe83af
81 changed files with 290 additions and 1156 deletions
|
|
@ -3,10 +3,7 @@
|
|||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import {
|
||||
conf as tsConf,
|
||||
language as tsLanguage
|
||||
} from '../typescript/typescript';
|
||||
import { conf as tsConf, language as tsLanguage } from '../typescript/typescript';
|
||||
import type { languages } from '../fillers/monaco-editor-core';
|
||||
|
||||
export const conf: languages.LanguageConfiguration = tsConf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue