Skip to content

Commit

Permalink
Set lineNumbers to true for consistency with UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithil467 committed Sep 2, 2021
1 parent 50dbabf commit 76788d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codeeditor/src/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ export namespace CodeEditor {
fontFamily: null,
fontSize: null,
lineHeight: null,
lineNumbers: false,
lineNumbers: true,
lineWrap: 'on',
wordWrapColumn: 80,
readOnly: false,
Expand Down

0 comments on commit 76788d4

Please sign in to comment.