mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 04:12:32 +08:00
6482e9b0de
* Use XamlStyler to check XAML formatting * fix spellcheck * fix * format XAML FLS, Hosts, ImageResizer, MeasureTool, PowerRename * format XAML Peek * exclude settings XAML and make CI pass * doc
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"dotnet-consolidate": {
|
|
"version": "2.0.0",
|
|
"commands": [
|
|
"dotnet-consolidate"
|
|
]
|
|
},
|
|
"xamlstyler.console": {
|
|
"version": "3.2206.4",
|
|
"commands": [
|
|
"xstyler"
|
|
]
|
|
}
|
|
}
|
|
}
|