ShittyLabs / ShittyLINQ

The shitty version of LINQ.
MIT License
12 stars 29 forks source link

Added Single method and tests. #82

Open stephannielsen opened 6 years ago

stephannielsen commented 6 years ago

https://github.com/jreina/ShittyLINQ/issues/60

jreina commented 6 years ago

Thanks for your contribution. I am way behind on reviews (did not expect such a response).

I wanted to ask what formatter you've used here. We currently aren't enforcing any particular style, but I would like to get something in place soon.

stephannielsen commented 6 years ago

No problem.

I used spaces with tab size 4 and indent size 2. Visual Studio 2017 formatter. Currently my default setting (company style) but I am happy to add a commit with a different formatting to keep it aligned.

With the rest of the formatting I tried to keep it consistent with the existing code base.