Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: HOWTO:修复 Python 缩进
我有 Python 库,其中仅使用了2 个空格缩进。我需要自动化的方式将所有文件转换为4 个空格缩进。是否有任何工具/脚本/编辑器?
请不要推荐 Emacs。
试试 Tim Peters 的reindent 脚本,它专为将 Python 文件转换为 4 空格缩进而设计。