diff options
author | Pierre Neidhardt <ambrevar@gmail.com> | 2018-05-20 14:31:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-05-23 12:09:37 +0200 |
commit | 9c4dcfaf66d37faeb165e9284f6a57871e96e1ac (patch) | |
tree | 370733d8fea6139527ace78a4bcaba510b7124c9 /gnu/packages/pretty-print.scm | |
parent | 7874bbbb9f09cc14ea3e179fd0fa10da5f90cfc7 (diff) | |
download | patches-9c4dcfaf66d37faeb165e9284f6a57871e96e1ac.tar patches-9c4dcfaf66d37faeb165e9284f6a57871e96e1ac.tar.gz |
gnu: Add uncrustify.
* gnu/packages/code.scm (uncrustify): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/pretty-print.scm')
-rw-r--r-- | gnu/packages/pretty-print.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index 6edfba95cc..29b0039788 100644 --- a/gnu/packages/pretty-print.scm +++ b/gnu/packages/pretty-print.scm @@ -322,3 +322,4 @@ highlighting. Language definitions and color themes are customizable.") "Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective‑C, C#, and Java programming languages.") (license lgpl3+))) + |