2022-03-09 00:33:12 +00:00

22 lines
696 B
JSON

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