2022-09-22 16:30:39 +00:00

22 lines
680 B
JSON

{
"version": "0.15.1",
"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.1/stylua-win64.zip",
"hash": "1174849b01e95bcb85a5024a009b6cbc9f455e55b2ad11d59d6f5179c07496ad"
}
},
"bin": "stylua.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v$version/stylua-win64.zip"
}
}
}
}