diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 01:23:53 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:46 +0700 |
commit | 79260747de90fa1d0f296f77f7d1b1c8b3789b03 (patch) | |
tree | 6947bd789b3b708a0b2643c6dac8998246feecd6 /development/uncrustify | |
parent | bd1de4249f653812a8b6896a9622d32de5546ebc (diff) | |
download | slackbuilds-79260747de90fa1d0f296f77f7d1b1c8b3789b03.tar.gz |
development/uncrustify: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/uncrustify')
-rw-r--r-- | development/uncrustify/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/development/uncrustify/README b/development/uncrustify/README index de25c92f08..7ad777a602 100644 --- a/development/uncrustify/README +++ b/development/uncrustify/README @@ -1,5 +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. +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. |