# HG changeset patch # User Oleksandr Gavenko # Date 1270576806 -10800 # Node ID 69a8035a54b82dff995ae4d9d52ad89669b75827 # Parent 35f118ae3838203e85e799a165e382a7d7fac21c About C/C++ beautifier. diff -r 35f118ae3838 -r 69a8035a54b8 prettyprint.rst --- a/prettyprint.rst Wed Mar 24 21:01:03 2010 +0200 +++ b/prettyprint.rst Tue Apr 06 21:00:06 2010 +0300 @@ -24,4 +24,27 @@ ** xmlindent. - http://xmlindent.sourceforge.net/ \ No newline at end of file + http://xmlindent.sourceforge.net/ + +code formatter/beautifier/pretty printer + +* c/c++/java/c#. + +** Artistic Style, astyle. + +A Free, Fast and Small Automatic Formatter for C, C++, C#, and Java Source +Code. + +Exist package for Cygwin, Debian. + + http://astyle.sourceforge.net/ + home page + +** Uncrustify. + +Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA. + +Exist package for Windows (binary from home page), Debian. + + http://uncrustify.sourceforge.net/ + home page