所以在编写C/C++时,我会使用精彩的Clangformat工具,允许我编写一个loooong线并点击一个键盘快捷键,根据一个理智的风格指南轻松优雅地格式化我的线.
最佳答案
autopep8:
原文链接:https://www.f2er.com/python/439724.html> https://github.com/hhatto/autopep8
> https://pypi.python.org/pypi/autopep8/
A tool that automatically formats Python code to conform to the PEP 8 style guide
使用:
pip install --upgrade autopep8
autopep8 --in-place --aggressive --aggressive