Skip to content

Commit 2db50ed

Browse files
author
Dou Du
committed
make indentWithTabs false for the body
1 parent 45c90b3 commit 2db50ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class WidgetCodeView extends DOMWidgetView {
158158
},
159159
readOnly: false,
160160
indentUnit: 4,
161-
indentWithTabs: true,
161+
indentWithTabs: false,
162162
gutters: ['CodeMirror-linenumbers', 'forced-indent'],
163163
}
164164
);

0 commit comments

Comments
 (0)