Formatting coding style

* .json files
* .md files

Signed-off-by: John Chung <john.chung@arm.com>
Change-Id: I5fec2bbc1e76ae68a29eb5610f567979cc794bc8
diff --git a/specification/json/sections/cper-cxl-component.json b/specification/json/sections/cper-cxl-component.json
index ef1b9c6..97c4107 100644
--- a/specification/json/sections/cper-cxl-component.json
+++ b/specification/json/sections/cper-cxl-component.json
@@ -10,7 +10,11 @@
         },
         "validationBits": {
             "type": "object",
-            "required": ["deviceIDValid", "deviceSerialValid", "cxlComponentEventLogValid"],
+            "required": [
+                "deviceIDValid",
+                "deviceSerialValid",
+                "cxlComponentEventLogValid"
+            ],
             "properties": {
                 "deviceIDValid": {
                     "type": "boolean"
@@ -25,7 +29,15 @@
         },
         "deviceID": {
             "type": "object",
-            "required": ["vendorID", "deviceID", "functionNumber", "deviceNumber", "busNumber", "segmentNumber", "slotNumber"],
+            "required": [
+                "vendorID",
+                "deviceID",
+                "functionNumber",
+                "deviceNumber",
+                "busNumber",
+                "segmentNumber",
+                "slotNumber"
+            ],
             "properties": {
                 "vendorID": {
                     "type": "integer"
@@ -63,4 +75,4 @@
             }
         }
     }
-}
\ No newline at end of file
+}