HI,
I am new to zoho so perhaps some kind person will just point me in the right direction.
I upload a document (ODT) which had some formatted C code in, for example,
size_t strlen ( const char * source)
However this gets transferred into
{
// some code
}
size_t strlen ( const char * source)
i.e. no initial spaces. Which makes the code much harder to understand.
{
// some code
}
Thanks in advance
PS I do not use initial tabs only spaces.