Skip to content

Commit 88550c9

Browse files
committed
Make editorconfig root and fix mixed whitespace in .csproj
1 parent 145afb1 commit 88550c9

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.editorconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[*.cs]
1+
root = true
2+
3+
[*.cs]
24

35
csharp_style_namespace_declarations = file_scoped:warning
46

src/TfvcMigrator/TfvcMigrator.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
<Nullable>enable</Nullable>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88

9-
<Product>TFVC Migrator</Product>
10-
<Authors>Technology Solutions Associates</Authors>
11-
<Copyright>Copyright © 2020–2022 Technology Solutions Associates</Copyright>
12-
<AssemblyTitle>TFVC Migrator</AssemblyTitle>
9+
<Product>TFVC Migrator</Product>
10+
<Authors>Technology Solutions Associates</Authors>
11+
<Copyright>Copyright © 2020–2022 Technology Solutions Associates</Copyright>
12+
<AssemblyTitle>TFVC Migrator</AssemblyTitle>
1313

14-
<PublishSingleFile>true</PublishSingleFile>
15-
<SelfContained>false</SelfContained>
14+
<PublishSingleFile>true</PublishSingleFile>
15+
<SelfContained>false</SelfContained>
1616
<RollForward>Major</RollForward>
17-
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
18-
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
19-
<EmbedAllSources>true</EmbedAllSources>
20-
<DebugType>embedded</DebugType>
17+
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
18+
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
19+
<EmbedAllSources>true</EmbedAllSources>
20+
<DebugType>embedded</DebugType>
2121
</PropertyGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)