mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
* remove BOM from all repo files that contain one * changes all files to utf-8 (specifically, utf-8 *without* BOM) * improves compliance with ".editorconfig" .# Discussion This is an example of the semi-invisible changes which can creep into patches via various editors. Any such changes are *very* difficult to figure out from a diff output and just add visual noise to commits. Hence, ".editorconfig" (added in a previous commit) is used to minimize this kind of confusing patch noise.
15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"version": "1.4",
|
|
"license": "http://creativecommons.org/licenses/by/3.0/",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "http://stedolan.github.io/jq/download/win32/jq.exe"
|
|
},
|
|
"64bit": {
|
|
"url": "http://stedolan.github.io/jq/download/win64/jq.exe"
|
|
}
|
|
},
|
|
"homepage": "http://stedolan.github.io/jq/",
|
|
"bin": "jq.exe"
|
|
}
|