| ||||||
| 5/20 |
| 2000/7/28-29 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Unix] UID:18798 Activity:high |
7/27 I love GNU indent as a code beautifier. Is there anything
better? or perhaps for C++?
\_ heresy, but what about Visual C++?
\_ Alt-F8? It pales compared to GNU indent.
\_ emacs --batch --exec '(indent-region (point-min) (point-max))' FILE
\_ Is this better than GNU indent?
\_ That was only one of the questions.
\_ Vim = cmd. use: vim -c "norm 1GvG$" -c wq yourfilehere.cpp |