CfParser.stripTripleQuotedIndent

private string stripTripleQuotedIndent(string content) @safe pure

Strips common indentation from triple-quoted string.

Parameters

contentThe string content

Returns

The content with common indentation removed.