Skip to content

Commit

Permalink
fix: Disable word wrapping by default (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Oct 27, 2024
1 parent c74eb1a commit 3ece419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/routes/session.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const defaultEditorSettings: EditorSettings = {
vimMode: false,
fontFamily: "Inconsolata",
theme: "oneDark",
wrapText: true,
wrapText: false,
};

interface SessionLoaderParams {
Expand Down

0 comments on commit 3ece419

Please sign in to comment.