We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19df07f commit 4b4adb1Copy full SHA for 4b4adb1
web_src/js/features/codeeditor.js
@@ -17,6 +17,7 @@ const baseOptions = {
17
rulers: false,
18
scrollbar: {horizontalScrollbarSize: 6, verticalScrollbarSize: 6},
19
scrollBeyondLastLine: false,
20
+ automaticLayout: true,
21
};
22
23
function getEditorconfig(input) {
0 commit comments