使用sublime text3。
方法有:
1 安装Python PEP8 Autoformat,使用Ctrl + Shift + R的方法格式化。
2 安装模块autopep8。
pip install autopep8
执行命令来格式化。
autopep8 --in-place --aggressive --aggressive
本文共 224 字,大约阅读时间需要 1 分钟。
使用sublime text3。
方法有:
1 安装Python PEP8 Autoformat,使用Ctrl + Shift + R的方法格式化。
2 安装模块autopep8。
pip install autopep8
执行命令来格式化。
autopep8 --in-place --aggressive --aggressive
转载于:https://my.oschina.net/shawnplaying/blog/1137871