summaryrefslogtreecommitdiffstats
path: root/development/uncrustify/README
diff options
context:
space:
mode:
author Aleksandar Samardzic <asamardzic@matf.bg.ac.yu>2010-05-11 20:00:31 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 20:00:31 +0200
commit2ac712974f7280c89cf54fca0f1e9364be617069 (patch)
tree7fb799e7352e5af14a1fbb3cf02a10bec832a66a /development/uncrustify/README
parent64170d8208b159223eaf951d0f4861766d3490e9 (diff)
downloadslackbuilds-2ac712974f7280c89cf54fca0f1e9364be617069.tar.gz
slackbuilds-2ac712974f7280c89cf54fca0f1e9364be617069.tar.xz
development/uncrustify: Added to 12.0 repository
Diffstat (limited to 'development/uncrustify/README')
-rw-r--r--development/uncrustify/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/uncrustify/README b/development/uncrustify/README
new file mode 100644
index 0000000000..8af28f0b49
--- /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.