mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Move the XamlStyler config to src/ (#36202)
my never ending goal to minimize files in the root dir
This commit is contained in:
@@ -97,7 +97,7 @@ if (-not $Passive)
|
|||||||
|
|
||||||
if ($files.count -gt 0)
|
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
|
else
|
||||||
{
|
{
|
||||||
@@ -111,7 +111,7 @@ else
|
|||||||
|
|
||||||
if ($files.count -gt 0)
|
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)
|
if ($lastExitCode -eq 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user