Skip to content

Commit

Permalink
Remove redundant line for aesthetic improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang-Yan-Hao committed Mar 8, 2024
1 parent b84660b commit 57a2e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { b64DecodeUnicode } from './utility.js'
// Global constants
const editor = ace.edit('editor') /* global ace */
editor.setOption('wrap', 'free') // Long lines will automatically wrap to the next line
editor.setOption('showPrintMargin', false)
editor.session.setMode('ace/mode/asciidoc')

const Asciidoctor = asciidoctor()
Expand Down

0 comments on commit 57a2e36

Please sign in to comment.