Skip to content

Commit

Permalink
use advanced wrapping strategy #21
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed May 14, 2024
1 parent f3c128d commit 52dcd80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const Editor: React.FC<{setRestart?, onDidChangeContent?, value: string, theme:
theme: 'vs',
wordWrap: config.wordWrap ? "on" : "off",
fontFamily: "JuliaMono",
wrappingStrategy: "advanced"
})
setEditor(editor)
const abbrevRewriter = new AbbreviationRewriter(new AbbreviationProvider(), model, editor)
Expand Down

0 comments on commit 52dcd80

Please sign in to comment.