One annoyance I've had with Dapper.CX is that the generated crud SQL statements have a big uneven left indent because of how I use verbatim strings. I could remove the verbatim string (and craft the indents manually), but I don't want to. I'd like to have an Unindent method that left justifies multi-line strings like this

One annoyance I've had with Dapper.CX is that the generated crud SQL statements have a big uneven left indent because of how I use verbatim strings. I could remove the verbatim string (and craft the indents manually), but I don't want to. I'd like to have an
Unindentmethod that left justifies multi-line strings like this