Berkeley CSUA MOTD:Entry 18798
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/27 [General] UID:1000 Activity:popular
5/27    

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