shanselman / SmallestDotNet

SmallestDotNet - SmallestDotNet.com is a single page site that does one thing. It tells you the smallest, easiest download you'd need to get the .NET Framework on your system.
MIT License
130 stars 64 forks source link

Hey Scott, Did some cleanup. Mostly for getting used-to git and testing first minor change merge. If you find worthy, I'll be working on this. #32

Closed kantnisha closed 11 years ago

kantnisha commented 11 years ago

-Removed and sorted usings -Moved usings inside namespace

msarchet commented 11 years ago

@kantnisha thanks for the effort on the commit. However something to be aware about with git is making sure that your line ending are set up properly you can do this by running

`git config --global core.autocrlf true``

You can see more here Dealing with line endings

This makes sure that your commits don't change all of the line endings making it harder to find what you actually changed.

If you want you can run that and remake your changes which will allow us to better see what you did, and track changes in the future.

kantnisha commented 11 years ago

@msarchet thanks. I'll do that. New to GIT :)

kantnisha commented 11 years ago

@msarchet I took latest code after scott's commit. Seems he added line ending issue fix. Created new pull request. Don't know how to cancel this pull request.

kantnisha commented 11 years ago

closed this. opened a new request