cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

feat: added config option for EOL #220

Closed TheRealGI closed 2 years ago

TheRealGI commented 2 years ago

Closes #198 As suggested by maximebochon I added a new configuration option "endOfLineStyle" having the default value set to 'auto' (same behavior as before). I removed the eol import from template.ts because it only had overridden the template itself without the provided data. That's why I implemented it in the ng-openapi-gen.ts

matthias-jauernig commented 2 years ago

Any idea when this will be merged? Would be great to have this functionality.