Apply autojson to all existing configurations

A majority of these changes come in two categories.  First, the newline
at the end of the file was inconsistent.  As of HEAD~1, autojson will
now make it consistent.  Secondly, there are new files that the authors
forgot to format appropriately.

Tested:
Ran autojson, and observed it no longer failed

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: Ia210ff1852ce902ef3ac7477d01b01c55b70c435
diff --git a/configurations/Bellavista.json b/configurations/Bellavista.json
index 4875dec..3ac9c8c 100644
--- a/configurations/Bellavista.json
+++ b/configurations/Bellavista.json
@@ -1,32 +1,32 @@
 {
     "Exposes": [
         {
-            "Name": "Power Supply Slot 0",
-            "Type": "IBMCFFPSConnector",
             "I2CAddress": 104,
             "I2CBus": 3,
-            "NamedPresenceGpio": "presence-ps0"
+            "Name": "Power Supply Slot 0",
+            "NamedPresenceGpio": "presence-ps0",
+            "Type": "IBMCFFPSConnector"
         },
         {
-            "Name": "Power Supply Slot 1",
-            "Type": "IBMCFFPSConnector",
             "I2CAddress": 105,
             "I2CBus": 3,
-            "NamedPresenceGpio": "presence-ps1"
+            "Name": "Power Supply Slot 1",
+            "NamedPresenceGpio": "presence-ps1",
+            "Type": "IBMCFFPSConnector"
         },
         {
-            "Name": "Power Supply Slot 2",
-            "Type": "IBMCFFPSConnector",
             "I2CAddress": 106,
             "I2CBus": 3,
-            "NamedPresenceGpio": "presence-ps2"
+            "Name": "Power Supply Slot 2",
+            "NamedPresenceGpio": "presence-ps2",
+            "Type": "IBMCFFPSConnector"
         },
         {
-            "Name": "Power Supply Slot 3",
-            "Type": "IBMCFFPSConnector",
             "I2CAddress": 107,
             "I2CBus": 3,
-            "NamedPresenceGpio": "presence-ps3"
+            "Name": "Power Supply Slot 3",
+            "NamedPresenceGpio": "presence-ps3",
+            "Type": "IBMCFFPSConnector"
         },
         {
             "Address": "0x11",