From fe2cfc281b5fd23848332de679328851ae3b590d Mon Sep 17 00:00:00 2001 From: Steven Kuhn Date: Tue, 16 Apr 2024 13:07:14 -0500 Subject: [PATCH] Standardize indent spaces for .csproj files --- Source/v2/.editorconfig | 5 + Source/v2/Meadow.Cli/Meadow.CLI.csproj | 112 +++++++++--------- .../Meadow.Cloud.Client.csproj | 8 +- Source/v2/Meadow.Dfu/Meadow.Dfu.csproj | 6 +- .../v2/Meadow.Firmware/Meadow.Firmware.csproj | 8 +- Source/v2/Meadow.Hcom/Meadow.HCom.csproj | 2 +- Source/v2/Meadow.Linker/Meadow.Linker.csproj | 32 ++--- .../Meadow.Tooling.Core.csproj | 12 +- .../Meadow.UsbLib.Core.csproj | 4 +- Source/v2/Meadow.UsbLib/Meadow.UsbLib.csproj | 16 +-- .../Meadow.UsbLibClassic.csproj | 18 +-- .../Meadow.Cloud.Client.Unit.Tests.csproj | 6 +- ...w.SoftwareManager.Integration.Tests.csproj | 4 +- 13 files changed, 119 insertions(+), 114 deletions(-) create mode 100644 Source/v2/.editorconfig diff --git a/Source/v2/.editorconfig b/Source/v2/.editorconfig new file mode 100644 index 000000000..f3ef191ec --- /dev/null +++ b/Source/v2/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.csproj] +indent_style = space +indent_size = 2 \ No newline at end of file diff --git a/Source/v2/Meadow.Cli/Meadow.CLI.csproj b/Source/v2/Meadow.Cli/Meadow.CLI.csproj index 16b683370..509ec29f2 100644 --- a/Source/v2/Meadow.Cli/Meadow.CLI.csproj +++ b/Source/v2/Meadow.Cli/Meadow.CLI.csproj @@ -1,66 +1,66 @@  - Exe - net8.0 - enable - true - meadow - WildernessLabs.Meadow.CLI - Wilderness Labs, Inc - Wilderness Labs, Inc - true - 2.0.33.0 - AnyCPU - http://developer.wildernesslabs.co/Meadow/Meadow.CLI/ - https://github.com/WildernessLabs/Meadow.CLI - icon.png - Meadow,Meadow.Foundation,Meadow.CLI,CLI,command,line,interface,device,IoT - Command-line interface for Meadow - false - false - false - false - meadow - 11.0 - Copyright 2020-2024 Wilderness Labs - enable - Apache-2.0 - README.md + Exe + net8.0 + enable + true + meadow + WildernessLabs.Meadow.CLI + Wilderness Labs, Inc + Wilderness Labs, Inc + true + 2.0.33.0 + AnyCPU + http://developer.wildernesslabs.co/Meadow/Meadow.CLI/ + https://github.com/WildernessLabs/Meadow.CLI + icon.png + Meadow,Meadow.Foundation,Meadow.CLI,CLI,command,line,interface,device,IoT + Command-line interface for Meadow + false + false + false + false + meadow + 11.0 + Copyright 2020-2024 Wilderness Labs + enable + Apache-2.0 + README.md - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - + + + + + + - - - + + + - - - PreserveNewest - - + + + PreserveNewest + + - - - + + + diff --git a/Source/v2/Meadow.Cloud.Client/Meadow.Cloud.Client.csproj b/Source/v2/Meadow.Cloud.Client/Meadow.Cloud.Client.csproj index 111591f05..44aff5aea 100644 --- a/Source/v2/Meadow.Cloud.Client/Meadow.Cloud.Client.csproj +++ b/Source/v2/Meadow.Cloud.Client/Meadow.Cloud.Client.csproj @@ -1,5 +1,5 @@  - + netstandard2.0 enable @@ -8,12 +8,12 @@ - + - - + + diff --git a/Source/v2/Meadow.Dfu/Meadow.Dfu.csproj b/Source/v2/Meadow.Dfu/Meadow.Dfu.csproj index c00495dad..97bbaea25 100644 --- a/Source/v2/Meadow.Dfu/Meadow.Dfu.csproj +++ b/Source/v2/Meadow.Dfu/Meadow.Dfu.csproj @@ -1,9 +1,9 @@  - netstandard2.0 - enable - 10 + netstandard2.0 + enable + 10 diff --git a/Source/v2/Meadow.Firmware/Meadow.Firmware.csproj b/Source/v2/Meadow.Firmware/Meadow.Firmware.csproj index 4f3cfb2a5..ec373c7d6 100644 --- a/Source/v2/Meadow.Firmware/Meadow.Firmware.csproj +++ b/Source/v2/Meadow.Firmware/Meadow.Firmware.csproj @@ -2,9 +2,9 @@ net8.0 - enable - enable - 10 + enable + enable + 10 @@ -16,7 +16,7 @@ - + diff --git a/Source/v2/Meadow.Hcom/Meadow.HCom.csproj b/Source/v2/Meadow.Hcom/Meadow.HCom.csproj index 12a843e42..717e6b3db 100644 --- a/Source/v2/Meadow.Hcom/Meadow.HCom.csproj +++ b/Source/v2/Meadow.Hcom/Meadow.HCom.csproj @@ -3,7 +3,7 @@ netstandard2.0 enable - 10 + 10 diff --git a/Source/v2/Meadow.Linker/Meadow.Linker.csproj b/Source/v2/Meadow.Linker/Meadow.Linker.csproj index bd4133e14..d45f77398 100644 --- a/Source/v2/Meadow.Linker/Meadow.Linker.csproj +++ b/Source/v2/Meadow.Linker/Meadow.Linker.csproj @@ -1,9 +1,9 @@  - netstandard2.0 - enable - 10 + netstandard2.0 + enable + 10 @@ -12,18 +12,18 @@ - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + diff --git a/Source/v2/Meadow.Tooling.Core/Meadow.Tooling.Core.csproj b/Source/v2/Meadow.Tooling.Core/Meadow.Tooling.Core.csproj index 10ff9d08d..5cee113ee 100644 --- a/Source/v2/Meadow.Tooling.Core/Meadow.Tooling.Core.csproj +++ b/Source/v2/Meadow.Tooling.Core/Meadow.Tooling.Core.csproj @@ -2,16 +2,16 @@ netstandard2.0;net8.0 - enable - 10 + enable + 10 - - + + - - + + diff --git a/Source/v2/Meadow.UsbLib.Core/Meadow.UsbLib.Core.csproj b/Source/v2/Meadow.UsbLib.Core/Meadow.UsbLib.Core.csproj index a20a37f92..00a0d9730 100644 --- a/Source/v2/Meadow.UsbLib.Core/Meadow.UsbLib.Core.csproj +++ b/Source/v2/Meadow.UsbLib.Core/Meadow.UsbLib.Core.csproj @@ -1,8 +1,8 @@  - netstandard2.0 - 10 + netstandard2.0 + 10 diff --git a/Source/v2/Meadow.UsbLib/Meadow.UsbLib.csproj b/Source/v2/Meadow.UsbLib/Meadow.UsbLib.csproj index 0894bbf6b..1ba17b4d7 100644 --- a/Source/v2/Meadow.UsbLib/Meadow.UsbLib.csproj +++ b/Source/v2/Meadow.UsbLib/Meadow.UsbLib.csproj @@ -2,16 +2,16 @@ net5.0 - 10 - enable + 10 + enable - - - + + + - - - + + + diff --git a/Source/v2/Meadow.UsbLibClassic/Meadow.UsbLibClassic.csproj b/Source/v2/Meadow.UsbLibClassic/Meadow.UsbLibClassic.csproj index 608d4deff..76aa4cfeb 100644 --- a/Source/v2/Meadow.UsbLibClassic/Meadow.UsbLibClassic.csproj +++ b/Source/v2/Meadow.UsbLibClassic/Meadow.UsbLibClassic.csproj @@ -1,17 +1,17 @@  - netstandard2.0 - 10 - enable + netstandard2.0 + 10 + enable - - - + + + - - - + + + diff --git a/Source/v2/Tests/Meadow.Cloud.Client.Unit.Tests/Meadow.Cloud.Client.Unit.Tests.csproj b/Source/v2/Tests/Meadow.Cloud.Client.Unit.Tests/Meadow.Cloud.Client.Unit.Tests.csproj index 9d483eae6..c874f1e91 100644 --- a/Source/v2/Tests/Meadow.Cloud.Client.Unit.Tests/Meadow.Cloud.Client.Unit.Tests.csproj +++ b/Source/v2/Tests/Meadow.Cloud.Client.Unit.Tests/Meadow.Cloud.Client.Unit.Tests.csproj @@ -11,8 +11,8 @@ - all - runtime; build; native; contentfiles; analyzers; buildtransitive + all + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -28,7 +28,7 @@ - + diff --git a/Source/v2/Tests/Meadow.SoftwareManager.Integration.Tests/Meadow.SoftwareManager.Integration.Tests.csproj b/Source/v2/Tests/Meadow.SoftwareManager.Integration.Tests/Meadow.SoftwareManager.Integration.Tests.csproj index 63df71f36..638bc92c0 100644 --- a/Source/v2/Tests/Meadow.SoftwareManager.Integration.Tests/Meadow.SoftwareManager.Integration.Tests.csproj +++ b/Source/v2/Tests/Meadow.SoftwareManager.Integration.Tests/Meadow.SoftwareManager.Integration.Tests.csproj @@ -22,8 +22,8 @@ - - + +