alcatraz / alcatraz-packages

Package list repository for Alcatraz
alcatraz.io
382 stars 386 forks source link

Fix JSON formatting #631

Closed guillaumealgis closed 8 years ago

guillaumealgis commented 8 years ago

Re-indent everything, beautify JSON, etc.

No content has been altered. git diff --ignore-all-space yields:

diff --git a/packages.json b/packages.json
index f3d101d..591e2f7 100755
--- a/packages.json
+++ b/packages.json
@@ -72,7 +72,8 @@
         "url": "https://github.com/poborp/XcodeFolders",
         "description": "Extra menu for rapid folders.",
         "screenshot": "https://raw.githubusercontent.com/poborp/XcodeFolders/master/Preview.png"
-    },    {
+      },
+      {
         "name": "ESCodeSection",
         "url": "https://github.com/ElfSundae/ESCodeSection",
         "description": "Insert code separators."
@@ -2311,7 +2312,8 @@
         "url": "https://raw.githubusercontent.com/sailorhg/fairyfloss/gh-pages/Fairyfloss.dvtcolortheme",
         "description": "A pastel/candy/daydream fairyfloss theme by @sailorhg.",
         "screenshot": "https://cloud.githubusercontent.com/assets/498212/15276890/9db3f44a-1ac2-11e6-9608-de79505c55ce.png"
-        }, {
+      },
+      {
         "name": "Xcore",
         "url": "https://raw.githubusercontent.com/bumblebritches57/XCoreTheme/master/XCore.dvtcolortheme",
         "description": "Xcore  is a colorful, monospaced theme meant to make code easier to understand at a glance.",
jurre commented 8 years ago

😻

guillaumealgis commented 8 years ago

haha thanks @jurre, I'll take that as an approval 😀

MarcusJohnson91 commented 8 years ago

Thanks man, it was hard to fight against the messed up whitespace haha.