Skip to content Skip to sidebar Skip to footer

How To Setup Pycharm So '^m' Doesn't Show Up In Ubuntu

When I load .py edited with PyCharm for Win on Ubuntu platform, I can see each line trailed with ^M. Is there a setting in PyCharm that I can avoid this annoying character?

Solution 1:

Settings | Code Style | General | Line Separator, set to \n (Unix).


Post a Comment for "How To Setup Pycharm So '^m' Doesn't Show Up In Ubuntu"