For the complete documentation index, see llms.txt. This page is also available as Markdown.

TrimWhitespaceProperty

Field in LineParser

Summary

The name of the property to use to signify that trailing whitespace should be trimmed if a tag had preceding whitespace or begins the line. This property must be a bool value.

public const string TrimWhitespaceProperty = "trimwhitespace";

Last updated

Was this helpful?