# TrimWhitespaceProperty

Field in [LineParser](https://docs.yarnspinner.dev/api/csharp/yarn.markup/yarn.markup.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.

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