1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/textproc/uncrustify/pkg-descr
Dmitry Marakasov 569ff113bc - Update to 0.62
- Add LICENSE
- Use test framework
- Switch to options helpers
- Fix WWW:
2016-02-05 05:41:51 +00:00

18 lines
630 B
Plaintext

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
* Supports embedded SQL 'EXEC SQL' stuff
* Highly configurable - 168 configurable options as of version 0.30
WWW: http://uncrustify.sourceforge.net/