Skip to content

Commit

Permalink
enable wrapping in code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
y-ng committed Aug 25, 2023
1 parent be9db45 commit 133a282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/shared/code-editor/code-editor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class CodeEditorComponent implements AfterViewInit {
readOnly: this.readOnly,
showLineNumbers: true,
maxLines: 60,
wrap: true,
theme: 'ace/theme/idle_fingers',
fontSize: '12pt',
});
Expand Down

0 comments on commit 133a282

Please sign in to comment.