Revert "default wordWrap"

This reverts commit 1e1175aaec.
pull/33434/head
silverwind 1 day ago
parent 1e1175aaec
commit 6a5974ed36
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
  1. 1
      web_src/js/features/codeeditor.ts

@ -39,7 +39,6 @@ const baseOptions: MonacoOpts = {
scrollBeyondLastLine: false,
automaticLayout: true,
indentSize: 'tabSize',
wordWrap: 'on',
};
function getEditorconfig(input: HTMLInputElement): EditorConfig | null {

Loading…
Cancel
Save