2022-04-01 18:45:42 +05:30

22 lines
680 B
JSON

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