client, server: Create option to control word wrapping for code blocks

This commit is contained in:
Elian Doran
2024-10-27 21:51:56 +02:00
parent 52bc28def7
commit b8569ea243
3 changed files with 15 additions and 1 deletions

View File

@@ -100,7 +100,9 @@ const defaultOptions: DefaultOption[] = [
// Internationalization
{ name: 'locale', value: 'en', isSynced: true },
{ name: 'firstDayOfWeek', value: '1', isSynced: true }
{ name: 'firstDayOfWeek', value: '1', isSynced: true },
{ name: "codeBlockWordWrap", value: "false", isSynced: true }
];
function initStartupOptions() {