Does this forum have a codeblock formatter? Or at least a way to preserve tab indents without it automatically removing them?
It seems a bit of an oversight to not include it for a coding forum..
Edit:
It seems tabs are supported, however they're a bit funny... you can't simply copy and paste Cicode from the cicode editor, as the new lines are interpretted as soft returns rather than hard returns (https://word.tips.net/T000170_Understanding_Hard_and_Soft_Returns.html) and so tabbing will apply the tab to the whole section rather than just the single line.. To fix it you basically have to go through every line and manually replace the soft returns with hard returns. Copying from notepad++ doesn't help.