2023-01-15 12:30:26 +00:00

22 lines
680 B
JSON

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