set bracket matching true by default
This commit is contained in:
parent
8af40a9c61
commit
22e3067b8c
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ export const defaultAudioDeviceName = 'System Standard';
|
|||
export const defaultSettings = {
|
||||
activeFooter: 'intro',
|
||||
keybindings: 'codemirror',
|
||||
isBracketMatchingEnabled: false,
|
||||
isBracketMatchingEnabled: true,
|
||||
isLineNumbersDisplayed: true,
|
||||
isActiveLineHighlighted: true,
|
||||
isAutoCompletionEnabled: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue