diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2015-02-05 05:31:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-05 06:47:44 +0700 |
commit | 8a395ca7e4a09215facf4af624e3ae59baca9883 (patch) | |
tree | a7578ed984ed850b6a3b6fdc9e5d99e5c3258e0e /development/uncrustify/README | |
parent | 340382477dcc0bb98bb73069f27b032149c7b325 (diff) | |
download | slackbuilds-8a395ca7e4a09215facf4af624e3ae59baca9883.tar.gz |
development/uncrustify: Added (source code beautifier).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/uncrustify/README')
-rw-r--r-- | development/uncrustify/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/uncrustify/README b/development/uncrustify/README new file mode 100644 index 0000000000..de25c92f08 --- /dev/null +++ b/development/uncrustify/README @@ -0,0 +1,5 @@ +Uncrustify is a source code beautifier that allows you to banish crusty +code. It works with C, C++, C#, D, Java, and Pawn and indents (with spaces +only, tabs and spaces, and tabs only), adds and removes newlines, has a +high degree of control over operator spacing, aligns code, is extremely +configurable, and is easy to modify. |