2022-09-21 20:30:19 +00:00

22 lines
680 B
JSON

{
"version": "0.15.0",
"description": "An opinionated Lua code formatter",
"homepage": "https://github.com/JohnnyMorganz/StyLua",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.15.0/stylua-win64.zip",
"hash": "5dc101cea931847f91609064f7efb72f0d244b471b01f313292898825200efee"
}
},
"bin": "stylua.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v$version/stylua-win64.zip"
}
}
}
}