dotnet-format
Transform all incoming C# code with dotnet-format.
.deepsource.toml
Configuration - This section covers configuration specific to the dotnet-format
transformer. Please make sure to read the general configuration guide first.
name
- Type: String
- Presence: mandatory
- Description: Shortcode of this transformer.
- Example:
name = "dotnet-format"
enabled
- Type: Boolean
- Presence: mandatory
- Description: Toggle whether this transformer should be run.
- Example:
enabled = true