fix: added whitespace formatter for csharp

This commit is contained in:
D. Moonfire 2024-08-07 12:32:29 -05:00
parent ba0be419a7
commit 673504e221

View file

@ -45,7 +45,7 @@ let
includes = [ "*.cs" ]; includes = [ "*.cs" ];
}; };
dotnet-format-analyzers = { dotnet-format-whitespace = {
command = "dotnet"; command = "dotnet";
options = [ "format" "whitespace" "--include" ]; options = [ "format" "whitespace" "--include" ];
includes = [ "*.cs" ]; includes = [ "*.cs" ];