开发者

How to setup PyCharm so '^M' doesn't show up in ubuntu

开发者 https://www.devze.com 2023-04-11 16:55 出处:网络
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 | C

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).

0

精彩评论

暂无评论...
验证码 换一张
取 消