4 Commits

Author SHA1 Message Date
Richard Kuhnt
cdb3b12513 Execute formatjson.ps1 on whole bucket 2017-05-07 20:56:13 +02:00
Roy Ivy III
97a621593c BOM cleanup
* 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.
2015-08-17 22:57:15 -05:00
Roy Ivy III
a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00
Simon Hartcher
e6afa29a1e Add kvm and dnvm (ASP.NET vNext command line tools)
* kvm is the current version that may be deprecated soon
* dnvm is the new version that is still in heavy development

They may not play well together, but they both work individually.
2015-03-13 23:00:38 +11:00