From f5cbae9188c44f12ed8b98c1fb59093f69f8f114 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Thu, 2 May 2013 11:08:06 -0400 Subject: [PATCH] Add BBUncrustify --- packages.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages.json b/packages.json index b96180c..77b20c0 100644 --- a/packages.json +++ b/packages.json @@ -2,6 +2,11 @@ "packages": { "plugins": [ + { + "name": "BBUncrustifyPlugin", + "url": "https://github.com/benoitsan/BBUncrustifyPlugin-Xcode", + "description": "Xcode plugin to uncrustify the source code opened in the editor" + }, { "name": "SCXcodeMinimap", "url": "https://github.com/stefanceriu/SCXcodeMiniMap",