geeklearningio / gl-swagger-generator

Jane - An OpenAPI Specification (formerly Swagger) Client Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent line endings in generated file

sandorfr opened this issue · comments

Original issue : geeklearningio/gulp-swagger-generator#32

Hi,

I'm using gulp-swagger-generator with the template typescript-angular, and it works like expected, but the generated file has inconsistent line endings.

It seems that Unix line endings (LF) are used in the interfaces and in the client mock, while in the real client there are Windows line endings (CR LF).

Though it is not a big issue, it would be nice to fix it in a next release! :)

Thanks for the great work!