ScoopInstaller_Main/editorconfig.json
2019-03-12 23:01:54 +00:00

19 lines
967 B
JSON

{
"version": "0.12.3",
"description": "Maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.",
"homepage": "https://editorconfig.org/",
"license": "CC-BY-30",
"url": "https://downloads.sourceforge.net/project/editorconfig/EditorConfig-C-Core/0.12.3/binary-Windows/editorconfig-0.12.3-Windows-x86.zip",
"hash": "251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed",
"extract_dir": "editorconfig-0.12.3-Windows-x86",
"bin": "bin/editorconfig.exe",
"checkver": {
"url": "https://sourceforge.net/projects/editorconfig/files/EditorConfig-C-Core/",
"re": "title=\"([\\d.]+)\"\\sclass=\"folder"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/editorconfig/EditorConfig-C-Core/$version/binary-Windows/editorconfig-$version-Windows-x86.zip",
"extract_dir": "editorconfig-$version-Windows-x86"
}
}