Skip to content

Commit 4b75ccf

Browse files
committed
Replace tab formatting with spaces
[skip ci]
1 parent 25a5501 commit 4b75ccf

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

src/Files.App.Controls/Files.App.Controls.csproj

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,32 @@
1212
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1313
</PropertyGroup>
1414

15-
<PropertyGroup>
16-
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
17-
<Title>Files UI Controls</Title>
18-
<Authors>files-community</Authors>
19-
<Company>Files Community</Company>
20-
<Copyright>Copyright (c) 2024 Files Community</Copyright>
21-
<PackageReadmeFile>README.md</PackageReadmeFile>
22-
<RepositoryUrl>https://github.com/files-community/Files</RepositoryUrl>
23-
<RepositoryType>git</RepositoryType>
24-
<PackageTags>files, files-community, winui, winappsdk</PackageTags>
25-
<Description>Elevate your WinUI applications with our collection of custom-built controls, crafted specifically to address our needs in Files. These controls are provided "as is", with no guaranteed support, but we hope they prove useful to the developer community.</Description>
26-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
27-
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
28-
<IncludeSymbols>True</IncludeSymbols>
29-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
30-
<!--Version>{version}</Version>-->
31-
<PackageProjectUrl>https://files.community</PackageProjectUrl>
32-
<PackageIcon>StoreLogo.scale-400.png</PackageIcon>
33-
</PropertyGroup>
15+
<PropertyGroup>
16+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
17+
<Title>Files UI Controls</Title>
18+
<Authors>files-community</Authors>
19+
<Company>Files Community</Company>
20+
<Copyright>Copyright (c) 2024 Files Community</Copyright>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
<RepositoryUrl>https://github.com/files-community/Files</RepositoryUrl>
23+
<RepositoryType>git</RepositoryType>
24+
<PackageTags>files, files-community, winui, winappsdk</PackageTags>
25+
<Description>Elevate your WinUI applications with our collection of custom-built controls, crafted specifically to address our needs in Files. These controls are provided "as is", with no guaranteed support, but we hope they prove useful to the developer community.</Description>
26+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
27+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
28+
<IncludeSymbols>True</IncludeSymbols>
29+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
30+
<!--Version>{version}</Version>-->
31+
<PackageProjectUrl>https://files.community</PackageProjectUrl>
32+
<PackageIcon>StoreLogo.scale-400.png</PackageIcon>
33+
</PropertyGroup>
3434

35-
<ItemGroup>
36-
<None Include="..\Files.App (Package)\Assets\AppTiles\Release\StoreLogo.scale-400.png">
37-
<Pack>True</Pack>
38-
<PackagePath>\</PackagePath>
39-
</None>
40-
</ItemGroup>
35+
<ItemGroup>
36+
<None Include="..\Files.App (Package)\Assets\AppTiles\Release\StoreLogo.scale-400.png">
37+
<Pack>True</Pack>
38+
<PackagePath>\</PackagePath>
39+
</None>
40+
</ItemGroup>
4141

4242
<ItemGroup>
4343
<PackageReference Include="CommunityToolkit.WinUI.Extensions" />
@@ -53,10 +53,10 @@
5353
</ItemGroup>
5454

5555
<ItemGroup>
56-
<None Update="README.md">
57-
<Pack>True</Pack>
58-
<PackagePath>\</PackagePath>
59-
</None>
56+
<None Update="README.md">
57+
<Pack>True</Pack>
58+
<PackagePath>\</PackagePath>
59+
</None>
6060
</ItemGroup>
6161

6262
</Project>

0 commit comments

Comments
 (0)