Is there a way to instruct the Qt Creator to save a file with "linux line endings" on windows?
-
From time to time I run into issues when editing a "linux" file on qt creator (windows).
For example when changing a ".sh" file on creator it will later crash when deployed to linux because of the windows line ending.
It is even worst because you can't tell the difference on qt creator (even with the "visualize whitespace" option checked).
-
Hmm... I am not aware of any. I always use native encoding and let the version control system fix up stuff:-)
Try writing a feature request in our "bugtracker":http://bugreports.qt.nokia.com/.