有一些开源的代码或者自己的代码风格不统一,这里简单介绍一下,如何eclispe的pydev进行格式化代码:
1. 设置python的编码风格
windows --> Preferences --> PyDev --> Editor -->Code Style --> Code Formatter --> Formatter Style? -- >autopep8(勾选)
2. 设置保存文件时,自动格式化
windows --> Preferences --> PyDev --> Editor --> Save Actions --> Auto-format editor contents before saving? (勾选)
网友评论