Skip to content

Commit 00cad15

Browse files
authored
Set unusualLineTerminators for grid monaco editor to auto (supabase#37786)
* Set unusualLineTerminators for grid monaco editor to auto * Set to off instead
1 parent 3f8db28 commit 00cad15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/studio/components/grid/components/common/MonacoEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const MonacoEditor = ({
6868
lineNumbersMinChars: 0,
6969
scrollBeyondLastLine: false,
7070
wordWrap: 'on',
71+
unusualLineTerminators: 'off',
7172
}}
7273
/>
7374
)

0 commit comments

Comments
 (0)