Weird tab stops

Indenting with tabs is inconsistent and doesn’t obey settings.
v0.13.15, new editor

what are your settings exactly?

they work as expected where the font is monospace.

app.json =
{
“fileSortOrder”: “byCreatedTimeReverse”,
“newFileLocation”: “current”,
“promptDelete”: false,
“strictLineBreaks”: false,
“tabSize”: 4,
“attachmentFolderPath”: “./”,
“legacyEditor”: false,
“livePreview”: true
}

appearance.json =
{
“theme”: “obsidian”,
“enabledCssSnippets”: [],
“baseFontSize”: 16,
“baseFontSizeAction”: false
}

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.