From d846257ddb8d2fdef50e31c5b4be7c000332796d Mon Sep 17 00:00:00 2001 From: riQQ Date: Sun, 27 Mar 2022 19:10:32 +0200 Subject: [PATCH] Make whitespace consistent in app template Use 2 spaces per indentation level --- templates/csharp/app/AvaloniaAppTemplate.csproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/csharp/app/AvaloniaAppTemplate.csproj b/templates/csharp/app/AvaloniaAppTemplate.csproj index 5b314cf2..62307a78 100644 --- a/templates/csharp/app/AvaloniaAppTemplate.csproj +++ b/templates/csharp/app/AvaloniaAppTemplate.csproj @@ -3,18 +3,18 @@ WinExe net6.0 enable - - copyused - true + + copyused + true - - + + @@ -22,6 +22,6 @@ - +