Skip to content

Commit 303b592

Browse files
committed
Updated the readme.md file
1 parent 05137cc commit 303b592

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ Below are the list of properties in the config file.
6363
- EnforceCodeStyleInBuild
6464
- Required
6565
- Boolean value to set the `EnforceCodeStyleInBuild` csproj element to. If the `EnableNetAnalyzers` element does not exist in the project file, it will be added.
66+
- RunDotnetFormat
67+
- Required
68+
- True to run the `dotnet format` command on all csproj files
6669
- OutputFile
6770
- Optional
6871
- If this is set, it will be the file to write logs to, in addition to the console
@@ -80,7 +83,8 @@ Below are the list of properties in the config file.
8083
"DotNetTargetFramework": "net8.0",
8184
"DotNetLangVersion": "latest",
8285
"EnableNetAnalyzers": true,
83-
"EnforceCodeStyleInBuild": true
86+
"EnforceCodeStyleInBuild": true,
87+
"RunDotnetFormat": true
8488
}
8589
```
8690

0 commit comments

Comments
 (0)