Revert "default wordWrap"

This reverts commit 1e1175aaec.
This commit is contained in:
silverwind 2025-01-29 21:27:23 +01:00
parent 1e1175aaec
commit 6a5974ed36
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

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