@acousticmirror Nice one.
Edge case: In shell script "here documents" you actually need *both* (first a tab, then indentation using spaces) if you want to have indented text/code in your heredoc while retaining your current script indentation level (e.g. heredoc with code inside a function).

🔥