Format XAML with XAMLStyler

This commit is contained in:
Alexey Golub
2020-01-10 20:06:13 +02:00
parent 5cb6adf19e
commit 4ebc681327
5 changed files with 23 additions and 3 deletions

12
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"xamlstyler.console": {
"version": "3.2001.0",
"commands": [
"xstyler"
]
}
}
}