microsoft / vscode-loader

An universal Asynchronous Module Definition (AMD) Loader developed primarily to load VSCode's sources.
Other
170 stars 55 forks source link

Misc. nitpicks #23

Closed SamB closed 5 years ago

SamB commented 5 years ago

A few changes that make absolutely no difference to the resulting code, but hopefully make it easier to contribute others that do.

(You might want to break out the --ignore-cr-at-eol flag to git diff in order to review this, at least if you want to see the changes as a whole, because in the second commit I changed basically every line of a bunch of files because they had the wrong line terminators.)

SamB commented 5 years ago

Hmm, I think I'll break out the EOL stuff into its own PR, then revisit the rest...