Move the XamlStyler config to src/ (#36202)

my never ending goal to minimize files in the root dir
This commit is contained in:
Clint Rutkas
2024-12-10 15:06:30 -08:00
committed by GitHub
parent 9591950875
commit 474b0cfbdf
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ if (-not $Passive)
if ($files.count -gt 0)
{
dotnet tool run xstyler -c "$PSScriptRoot\..\Settings.XamlStyler" -f $files
dotnet tool run xstyler -c "$PSScriptRoot\..\src\Settings.XamlStyler" -f $files
}
else
{
@@ -111,7 +111,7 @@ else
if ($files.count -gt 0)
{
dotnet tool run xstyler -p -c "$PSScriptRoot\..\Settings.XamlStyler" -f $files
dotnet tool run xstyler -p -c "$PSScriptRoot\..\src\Settings.XamlStyler" -f $files
if ($lastExitCode -eq 1)
{