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-memory.json b/specification/json/sections/cper-memory.json
index 4c5a356..64f4c21 100644
--- a/specification/json/sections/cper-memory.json
+++ b/specification/json/sections/cper-memory.json
@@ -2,12 +2,56 @@
     "$id": "cper-json-memory-section",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "type": "object",
-    "required": ["validationBits", "errorStatus", "bank", "memoryErrorType", "extended", "physicalAddress", "physicalAddressMask", "node", "card", "moduleRank", "device", "row", "column", "bitPosition", "requestorID", "responderID", "targetID", "rankNumber", "cardSmbiosHandle", "moduleSmbiosHandle"],
+    "required": [
+        "validationBits",
+        "errorStatus",
+        "bank",
+        "memoryErrorType",
+        "extended",
+        "physicalAddress",
+        "physicalAddressMask",
+        "node",
+        "card",
+        "moduleRank",
+        "device",
+        "row",
+        "column",
+        "bitPosition",
+        "requestorID",
+        "responderID",
+        "targetID",
+        "rankNumber",
+        "cardSmbiosHandle",
+        "moduleSmbiosHandle"
+    ],
     "additionalProperties": false,
     "properties": {
         "validationBits": {
             "type": "object",
-            "required": ["errorStatusValid", "physicalAddressValid", "physicalAddressMaskValid", "nodeValid", "cardValid", "moduleValid", "bankValid", "deviceValid", "rowValid", "columnValid", "bitPositionValid", "platformRequestorIDValid", "platformResponderIDValid", "memoryPlatformTargetValid", "memoryErrorTypeValid", "rankNumberValid", "cardHandleValid", "moduleHandleValid", "extendedRowBitsValid", "bankGroupValid", "bankAddressValid", "chipIdentificationValid"],
+            "required": [
+                "errorStatusValid",
+                "physicalAddressValid",
+                "physicalAddressMaskValid",
+                "nodeValid",
+                "cardValid",
+                "moduleValid",
+                "bankValid",
+                "deviceValid",
+                "rowValid",
+                "columnValid",
+                "bitPositionValid",
+                "platformRequestorIDValid",
+                "platformResponderIDValid",
+                "memoryPlatformTargetValid",
+                "memoryErrorTypeValid",
+                "rankNumberValid",
+                "cardHandleValid",
+                "moduleHandleValid",
+                "extendedRowBitsValid",
+                "bankGroupValid",
+                "bankAddressValid",
+                "chipIdentificationValid"
+            ],
             "properties": {
                 "errorStatusValid": {
                     "type": "boolean"
@@ -172,4 +216,4 @@
             "type": "integer"
         }
     }
-}
\ No newline at end of file
+}