# dotnet-format

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

You can enable the dotnet-format linter with:

```shell
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)
