Skip to content

Commit

Permalink
Disable auto format in value editor
Browse files Browse the repository at this point in the history
Fixes #40
  • Loading branch information
davc0n committed Sep 7, 2024
1 parent 36ea500 commit 6469bb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/features/ValueEditor/ValueEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const editorOptions: editor.IStandaloneEditorConstructionOptions = {
showUnused: false,
inlayHints: {enabled: 'off'},
scrollbar: {
// Subtle shadows to the left & top. Defaults to true.
useShadows: false,
vertical: 'auto',
verticalScrollbarSize: 10,
Expand All @@ -47,8 +46,6 @@ const editorOptions: editor.IStandaloneEditorConstructionOptions = {
overviewRulerBorder: false,
hideCursorInOverviewRuler: true,
automaticLayout: true,
formatOnType: true,
formatOnPaste: true,
renderLineHighlight: 'none',
}

Expand Down

0 comments on commit 6469bb8

Please sign in to comment.