diff --git a/web_src/js/features/codeeditor.ts b/web_src/js/features/codeeditor.ts index 1e620ce628..97f45ef708 100644 --- a/web_src/js/features/codeeditor.ts +++ b/web_src/js/features/codeeditor.ts @@ -41,6 +41,7 @@ const baseOptions: MonacoOpts = { wrappingIndent: 'none', wordWrapBreakAfterCharacters: '', wordWrapBreakBeforeCharacters: '', + matchBrackets: 'never', }; function getEditorconfig(input: HTMLInputElement): EditorConfig | null {