mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +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.
14 lines
323 B
JSON
14 lines
323 B
JSON
{
|
|
"version": "latest",
|
|
"license": "Apache 2.0",
|
|
"url": [
|
|
"https://raw.githubusercontent.com/aspnet/Home/dev/dnvm.ps1"
|
|
],
|
|
"homepage": "https://github.com/aspnet/Home",
|
|
"env_set": {
|
|
"DNX_HOME": "$dir\\.dnx",
|
|
"DNX_USER_HOME": "$dir\\.dnx"
|
|
},
|
|
"bin": "dnvm.ps1"
|
|
}
|