--- In [email protected], sgp <[EMAIL PROTECTED]> wrote: > > Bruce, would you consider adding a way to break lines into multiple > sublines in CL configuration files? Some examples that I care the most > about: >
I think the idea was to keep the ini file format consistent with generally-accepted standards. I looked at a few places for these standards, including wikipedia, and its seems that \ alone at end of line can be used to signal continuation, so I will implement this.
