Merge pull request #3299 from Banbury/code-options-linebreak

Added option to toggle line wrapping for Code notes
This commit is contained in:
zadam
2022-11-08 22:49:02 +01:00
committed by GitHub
4 changed files with 15 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ const ALLOWED_OPTIONS = new Set([
'editedNotesWidget',
'calendarWidget',
'vimKeymapEnabled',
'linewrapEnabled',
'codeNotesMimeTypes',
'spellCheckEnabled',
'spellCheckLanguageCode',