Skip to content

Commit

Permalink
disable line wrapping (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond authored Jan 1, 2025
1 parent d8b7467 commit 05da440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const createEditor = (doc) => {
strudelTheme,
flokBasicSetup(doc),
javascript(),
EditorView.lineWrapping,
// TODO: add a setting for this
// EditorView.lineWrapping,
Prec.highest(
keymap.of([
...stopKeys.map((key) => ({
Expand Down

0 comments on commit 05da440

Please sign in to comment.