Preserve preceding whitespaces at the beginning of a line

Hi! Ultimately, this comes down to how the incoming texts and whitespace are tokenized: by default, spaCy splits on whitespace but preserves multiple whitespace characters as whitespace tokens. Prodigy itself doesn't really have an opinion on whitespace and will just render whatever it gets via the tokens.

A similar question came up in this thread recently and I shared some background and suggestions for custom whitespace tokens: