1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Mobile: Default to tab indentation for consistency with desktop platforms (#10242)

This commit is contained in:
Henry Heino 2024-04-03 10:54:34 -07:00 committed by GitHub
parent f899c97c4c
commit a301470ac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,7 +303,7 @@ function NoteEditor(props: Props, ref: any) {
automatchBraces: false,
ignoreModifiers: false,
indentWithTabs: false,
indentWithTabs: true,
}), [props.themeId, props.readOnly]);
const injectedJavaScript = `