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 th开发者_JAVA技巧at I can avoid this annoying character?
Settings | Code Style | General | Line Separator, set to \n (Unix).
加载中,请稍侯......
精彩评论