aboutsummaryrefslogtreecommitdiff
path: root/textproc/uncrustify
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.0.23Martin Wilke2006-07-292-4/+4
| | | | | | | | | PR: ports/100920 Submitted by: Dmitry Marakasov <amdmi3(at)mail.ru> (maintainer) Approved by: krion (mentor) Notes: svn path=/head/; revision=169089
* Add uncrustify , highly configurable source code beautifier.Martin Wilke2006-07-225-0/+60
The goals of this project are simple: Create a highly configurable, easily modifiable source code beautifier. What it does: * Ident code, aligning on parens, assignments, etc * Align on '=' and variable definitions * Align structure initializers * Align #define stuff * Align backslash-newline stuff * Reformat comments (a little bit) * Fix inter-character spacing * Add or remove parens on return statements * Add or remove braces on single-statement if/do/while/for statements * Highly configurable - 118 configurable options as of version 0.0.15 WWW: http://uncrustify.sourceforge.net PR: ports/100604 Submitted by: Dmitry Marakasov <amdmi3 at mail.ru> Notes: svn path=/head/; revision=168464