Skip to content

Commit

Permalink
Fix autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mcumming committed Jan 8, 2025
1 parent f0834d9 commit 1cc38c8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions tools/autoformat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,10 @@ dotnet format whitespace "$SRC_DIR/tools/api-tools/mono-api-info/mono-api-info.c
dotnet format whitespace "$SRC_DIR/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.iOS.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.MacCatalyst.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.tvOS.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/Touch.Unit/Touch.Client/Touch.Client-iOS.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/Touch.Unit/Touch.Client/Touch.Client-MacCatalyst.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/Touch.Unit/Touch.Client/Touch.Client-macOS-mobile.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/Touch.Unit/Touch.Client/Touch.Client.iOS.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/Touch.Unit/Touch.Client/Touch.Client.MacCatalyst.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/Touch.Unit/Touch.Client/Touch.Client.macOS.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/Touch.Unit/Touch.Client/Touch.Client.tvOS.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/Touch.Unit/Touch.Client/dotnet/Touch.Client.iOS.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/Touch.Unit/Touch.Client/dotnet/Touch.Client.MacCatalyst.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/Touch.Unit/Touch.Client/dotnet/Touch.Client.macOS.csproj"
dotnet format whitespace "$SRC_DIR/tests/common/Touch.Unit/Touch.Client/dotnet/Touch.Client.tvOS.csproj"
dotnet format whitespace --folder "$SRC_DIR"

for file in "$SRC_DIR"/dotnet/Templates/Microsoft.*.Templates/*/*/.template.config/localize/*.json "$SRC_DIR"/dotnet/Templates/Microsoft.*.Templates/*/.template.config/localize/*.json; do
Expand Down

10 comments on commit 1cc38c8

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.