It is already possible. End a line with a backslash and Hiawatha will continue to read on the next line. Make sure the backslash is the last character on that line.
VirtualHost {
Hostname = www.hostname.com, www.hostname.org, \
hostname.net, hostname.nl
WebsiteRoot = /var/www
...
}