SpecFlowOSS / SpecFlow

#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
https://www.specflow.org/
Other
2.22k stars 751 forks source link

Read the EOL option from settings and pass it to the IndentProcessingWriter decorator. #2704

Open minidfx opened 1 year ago

minidfx commented 1 year ago

This PR gives the opportunity to set the EOL of the code behind generated from the feature files. This is helpful for teams working on different operation system but on the same project by settings for instance CRLF as EOL even for the Mac/Linux users.

Types of changes

Checklist:

minidfx commented 1 year ago

Question ... Do you have a specific branch If I would like to add the feature into the current release SpecFlow package (3.9.*) instead of in the master branch which is a beta?