有没有简单的方法格式化nano文件文本?我的代码变得非常混乱,因此格式化它可能会有所帮助。
答案1
为了格式化/“美化”C 代码,您可以在 Debian astyle
、bcpp
和uncrustify
用于搜索包:
$ apt-cache search beautifier | grep C
astyle - Source code indenter for C, C++, Objective-C, C#, and Java
bcpp - C(++) beautifier
bcpp-dbg - C(++) beautifier - debug
uncrustify - C, C++, C#, D, Java and Pawn source code beautifier
答案2
还有clang 格式命令