Skip to content

Commit 6301099

Browse files
committed
monaco-editor-core - 0.9.0
1 parent ffa4402 commit 6301099

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build/monaco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monaco-editor-core",
33
"private": true,
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"description": "A browser based code editor",
66
"author": "Microsoft Corporation",
77
"license": "MIT",

src/vs/editor/editor.main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { EDITOR_DEFAULTS, WrappingIndent } from 'vs/editor/common/config/editorO
2323
(<any>EDITOR_DEFAULTS).wrappingIndent = WrappingIndent.None;
2424
(<any>EDITOR_DEFAULTS.contribInfo).folding = false;
2525
(<any>EDITOR_DEFAULTS.viewInfo).glyphMargin = false;
26+
(<any>EDITOR_DEFAULTS).autoIndent = false;
2627

2728
let base = createMonacoBaseAPI();
2829
for (let prop in base) {

0 commit comments

Comments
 (0)