Skip to content

Commit

Permalink
feat: tweak default editor settings (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitandr committed May 25, 2023
1 parent 0e02e5a commit a0dbbfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Editor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
automaticLayout: true,
readOnly: true,
folding: true,
quickSuggestions: false
quickSuggestions: false,
wordWrap: "on",
unicodeHighlight: { ambiguousCharacters: false },
});
editor.onDidChangeModel((e: IModelChangedEvent) => {
Expand Down

0 comments on commit a0dbbfd

Please sign in to comment.