> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/3.1/api/csharp/yarn.markup/yarn.markup.lineparser/yarn.markup.lineparser.trimwhitespaceproperty.md).

# TrimWhitespaceProperty

Field in [LineParser](/3.1/api/csharp/yarn.markup/yarn.markup.lineparser.md)

## 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.

```csharp
public const string TrimWhitespaceProperty = "trimwhitespace";
```
