> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trunk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# dotnet-format

> dotnet-format is a linter for C#

[**dotnet-format**](https://github.com/dotnet/format#readme) is a linter for C#.

You can enable the dotnet-format linter with:

```shell theme={null}
trunk check enable dotnet-format
```

## Auto Enabling

dotnet-format will never be auto-enabled. It must be enabled manually.

## Links

* [dotnet-format site](https://github.com/dotnet/format#readme)
* dotnet-format Trunk Code Quality [integration source](https://github.com/trunk-io/plugins/tree/main/linters/dotnet-format)
* Trunk Code Quality's [open source plugins repo](https://github.com/trunk-io/plugins/tree/main)
