Skip to content

Commit a81a607

Browse files
authored
fix: disable the line endings warning prompt and make it "auto" (#28)
1 parent 12f48f0 commit a81a607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/databrowser/components/display/input/custom-editor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export const CustomEditor = ({
6767
automaticLayout: true,
6868
scrollBeyondLastLine: false,
6969
renderLineHighlight: "none",
70+
unusualLineTerminators: "auto",
7071
}}
7172
/>
7273
)

0 commit comments

Comments
 (0)