Python Formatter Tool

前端 未结 6 2118
借酒劲吻你
借酒劲吻你 2021-01-31 03:36

I was wondering if there exists a sort of Python beautifier like the gnu-indent command line tool for C code. Of course indentation is not the point in Python since it is progra

6条回答
  •  轮回少年
    2021-01-31 04:40

    You can also try yapf:

    A formatter for Python files

    https://github.com/google/yapf/

提交回复
热议问题