Allow continuation lines in config file
Brought to you by:
ftobin
Alias lines can get really long. It would be nice to be
able to break them up on multiple lines.
One method would be to use a backslash.
Or, if your configuration files require that keywords
start in column 0 (like email header fields), then
continuation lines could simply start with whitespace.
That's what I would prefer.