ant-design-blazor/.config/dotnet-tools.json
Kieran Coldron 32b82fe356 chore: add format hook (#477)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-11 05:41:46 +08:00

12 lines
166 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-format": {
"version": "4.1.131201",
"commands": [
"dotnet-format"
]
}
}
}