Jacob Keller <jacob.e.keller@xxxxxxxxx> writes: >> But we could put configurations on seperate lines like so: >> >> ... >> -gitcvs.dbUser, gitcvs.dbPass:: >> +gitcvs.dbUser:: >> +gitcvs.dbPass:: >> ... >> Then go back to the simpler sed expression before your most recent >> commit. I will wait for others thoughts before posting v3. > > I like this approach. As long as we warn our documenters that comma separated entries are forbidden in our documentation (even though AsciiDoc and Asciidoctor may allow them), it would be the simplest. The question is where. Perhaps the tail end of the CodingGuidelines document where we already have write-up for markups? Thanks.