Does not support tabs indentation
fedulvtubudul opened this issue · 3 comments
fedulvtubudul commented
fedulvtubudul commented
Probably invocation.buffer.usesTabsForIndentation
should be checked. Now it seems to be ignored, as you always generate the tab
this way: let tab = String(repeating: " ", count: invocation.buffer.indentationWidth)
.
aheze commented
Thanks for report, will check let tab = String(repeating: " ", count: invocation.buffer.indentationWidth)
aheze commented