You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Mobile: Default to tab indentation for consistency with desktop platforms (#10242)
This commit is contained in:
@ -303,7 +303,7 @@ function NoteEditor(props: Props, ref: any) {
|
|||||||
automatchBraces: false,
|
automatchBraces: false,
|
||||||
ignoreModifiers: false,
|
ignoreModifiers: false,
|
||||||
|
|
||||||
indentWithTabs: false,
|
indentWithTabs: true,
|
||||||
}), [props.themeId, props.readOnly]);
|
}), [props.themeId, props.readOnly]);
|
||||||
|
|
||||||
const injectedJavaScript = `
|
const injectedJavaScript = `
|
||||||
|
Reference in New Issue
Block a user