Breaking change - source.indentStr is null if no lines are indented. Use source.getIndentString() for the old behaviour (guess, and if no lines are indented, return \t)
bundle.getIndentString() ignores sources with no indented lines when guessing indentation (#3)