Skip to content

Commit

Permalink
Enable Monaco automaticLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Oct 19, 2022
1 parent 6b71246 commit dca0e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_src/js/features/codeeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const baseOptions = {
rulers: false,
scrollbar: {horizontalScrollbarSize: 6, verticalScrollbarSize: 6},
scrollBeyondLastLine: false,
automaticLayout: true,
};

function getEditorconfig(input) {
Expand Down

0 comments on commit dca0e63

Please sign in to comment.