uncrustify: build-block added
This commit is contained in:
26
Tools/uncrustify/modulefile
Normal file
26
Tools/uncrustify/modulefile
Normal file
@@ -0,0 +1,26 @@
|
||||
#%Pmodule
|
||||
|
||||
module-whatis "code-formatter"
|
||||
module-url "http://uncrustify.sourceforge.net"
|
||||
module-license "GNU GPLv2"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
module-help "
|
||||
The goals of this project are simple: Create a highly configurable,
|
||||
easily modifiable source code beautifier.
|
||||
|
||||
Features:
|
||||
|
||||
* Indent 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 - 735 configurable options as of version 0.71.0
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user