fsprojects / ExcelProvider

This library is for the .NET platform implementing a Excel type provider.
http://fsprojects.github.io/ExcelProvider/
The Unlicense
141 stars 51 forks source link

Clean up trailing whitespace #4

Closed palpha closed 10 years ago

palpha commented 10 years ago

The trailing whitespace makes diffs quite hard to read (lots of red blocks). I'd be happy to do it, but I'd end up having "contributed" a lot more than is fair. Also, not everyone cares about code sanity like I do, so I'll defer to your judgement :).

JohnDoeKyrgyz commented 10 years ago

palpha,

If you would like to submit this pull request, I'd be glad to merge it. I will also try to make sure that trailing whitespaces are removed in future merges.

Thanks, John Atwood

palpha commented 10 years ago

The worst offenders, by far, are ProvidedTypes.fs and .fsi... Changing those is perhaps not the best of ideas, because that could result in merge issues when updating to newer releases of that code. I left them untouched.