chore: revert changes to codemirror's config

This commit is contained in:
Tasia Iso 2024-02-20 18:45:46 +01:00
parent ed65da4340
commit 12c7515ee8
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,7 @@ const extensions = [
lineNumbers(),
highlightActiveLineGutter(),
highlightSpecialChars(),
// highlightWhitespace(),
highlightWhitespace(),
history(),
foldGutter(),
drawSelection(),
@ -37,7 +37,7 @@ const extensions = [
crosshairCursor(),
highlightActiveLine(),
highlightSelectionMatches(),
// highlightTrailingWhitespace(),
highlightTrailingWhitespace(),
keymap.of([
...defaultKeymap,
...searchKeymap,