You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
I have noticed that line endings are generated differently on Windows (\r\n) and OSX (\n). We should have a consistent line endings, preferrably one that is supported by both OS.
The text was updated successfully, but these errors were encountered:
Are you referring to the line endings in the generated code? Or line endings in the templates themselves?
Also after clarifying can you please provide reasoning for why this is a problem for you? Generally you shouldn't care about the line endings in generated code, as long as the code works in the environment you execute it in this shouldn't be a problem...
Are you referring to the line endings in the generated code? Or line endings in the templates themselves?
-- It is in the generated code. We are pretty sure that everyone set their line endings in Eclipse to Windows line endings, but it still generate Unix line ending on OSX for me.
Also after clarifying can you please provide reasoning for why this is a problem for you?
-- I checked in the generated templates and it is quite annoying to get "new" template generated and it is actually not new but rather the difference is only in line endings.
I have noticed that line endings are generated differently on Windows (\r\n) and OSX (\n). We should have a consistent line endings, preferrably one that is supported by both OS.
The text was updated successfully, but these errors were encountered: