fix: added whitespace formatter for csharp
This commit is contained in:
parent
ba0be419a7
commit
673504e221
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ let
|
|||
includes = [ "*.cs" ];
|
||||
};
|
||||
|
||||
dotnet-format-analyzers = {
|
||||
dotnet-format-whitespace = {
|
||||
command = "dotnet";
|
||||
options = [ "format" "whitespace" "--include" ];
|
||||
includes = [ "*.cs" ];
|
||||
|
|
Loading…
Reference in a new issue