Normalize the whitespace for processing/
if whitespace == `Keep
this does nothing.
if whitespace = `Strip
(default), strip leading/trailing whitespace on every line.
Normalize the whitespace for transport (insert the appropriate leading space).
if whitespace == `Keep
this does nothing.
if whitespace == `Strip
(default), insert a leading space and indent subsequent
lines with a tab (remove any other leading/trailing space on every line).
Normalize the whitespace for transport (insert the appropriate leading space).
if whitespace == `Keep
this does nothing.
if whitespace == `Strip
(default), insert a leading space and indent subsequent
lines with a tab (remove any other leading/trailing space on every line).