Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 674 Bytes

File metadata and controls

24 lines (16 loc) · 674 Bytes
title Trunk | How to run dotnet-format
description dotnet-format is a linter for C#

dotnet-format

dotnet-format is a linter for C#.

You can enable the dotnet-format linter with:

trunk check enable dotnet-format

Auto Enabling

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

Links