tangled
alpha
login
or
join now
bas.sh
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
wrap editor text
handle.invalid
3 months ago
f3ae3fda
153be625
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
1 changed file
expand all
collapse all
unified
split
src
components
editor.tsx
+1
src/components/editor.tsx
···
48
48
keymap.of([indentWithTab]),
49
49
linter(jsonParseLinter()),
50
50
themeColor.of(document.documentElement.classList.contains("dark") ? basicDark : basicLight),
51
51
+
EditorView.lineWrapping,
51
52
],
52
53
});
53
54
editorInstance.view = view;