soen / Conjunction

A Sitecore utility designed to create configurable and personalizable queries for either the Lucene or Solr search engine using Sitecore's ContentSearch API
https://soen.github.io/Conjunction
MIT License
12 stars 1 forks source link

Add .gitattributes to handling line-ending issues #16

Closed soen closed 7 years ago

soen commented 7 years ago

Add the .gitattributes file to the project, such that we don't have to deal with unwanted line-ending issues.

The following StackOverflow Q/A explains how this should be done: http://stackoverflow.com/questions/170961/whats-the-best-crlf-carriage-return-line-feed-handling-strategy-with-git

Moreover, review the .NET CoreFx version as well for inspiration: https://github.com/dotnet/corefx/