bitwarden-mobile/.config/dotnet-tools.json

13 lines
167 B
JSON
Raw Normal View History

2022-04-26 17:21:07 +02:00
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-format": {
"version": "5.1.250801",
"commands": [
"dotnet-format"
]
}
}
}