Either use only spaces or only tabs for the indentation of a text block. Mixing white space will lead to a result with irregular indentation.
String textBlock = """ this is <tab>text block! !!!! """;
String textBlock = """ this is text block! !!!! """;