Skip to content

Commit

Permalink
Revert "default wordWrap"
Browse files Browse the repository at this point in the history
This reverts commit 1e1175a.
  • Loading branch information
silverwind committed Jan 29, 2025
1 parent 1e1175a commit 6a5974e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web_src/js/features/codeeditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const baseOptions: MonacoOpts = {
scrollBeyondLastLine: false,
automaticLayout: true,
indentSize: 'tabSize',
wordWrap: 'on',
};

function getEditorconfig(input: HTMLInputElement): EditorConfig | null {
Expand Down

0 comments on commit 6a5974e

Please sign in to comment.