diff options
-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. |