Atom 在保存 .py 脚本时添加新的缩进行
自上次更新(不记得具体是哪个)以来,Atom 在保存 .py 脚本时更改了其行为。
我不是程序员,所以我倾向于编写代码行而不是使用缩进行来帮助阅读代码。所以问题是:
当我编写一行代码时,Atom 将其保留为一行,例如
clm_anomaly.sel(lat=-12.75, lon=-70.75).rolling(time=12).mean().plot(label='CLM4.5')
但是当我保存文件时,该行被分成两部分,例如:
clm_anomaly.sel(lat=-12.75, lon=-
70.75).rolling(time=12).mean().plot(label='CLM4.5')
我尝试过:
- 更改空白基础包的配置
- 禁用空白
- 将最大屏幕行长度扩展到 10000
- 禁用软包装
感谢您的帮助。
Since the last update (dont remember exactly which) Atom changed its behaviour when saving .py scripts.
I'm not a programmer, so I tend to write lines of code rather than use indent lines to help the reading of the code. So the problem is:
When I write a line of code Atom keep it a single line, for example
clm_anomaly.sel(lat=-12.75, lon=-70.75).rolling(time=12).mean().plot(label='CLM4.5')
But when I save the file, the line is divided in two, for example:
clm_anomaly.sel(lat=-12.75, lon=-
70.75).rolling(time=12).mean().plot(label='CLM4.5')
I've tried:
- changing the configuration of whitespace base package
- disabling whitespace
- extending the max screen line length to 10000
- disabling soft wrap
Thanks for you help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论