Formatting coding style

* .json files
* .md files

Signed-off-by: John Chung <john.chung@arm.com>
Change-Id: I5fec2bbc1e76ae68a29eb5610f567979cc794bc8
diff --git a/specification/json/common/cper-json-error-status.json b/specification/json/common/cper-json-error-status.json
index 4db531c..6ff2f07 100644
--- a/specification/json/common/cper-json-error-status.json
+++ b/specification/json/common/cper-json-error-status.json
@@ -2,7 +2,16 @@
     "$id": "cper-json-error-status",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "type": "object",
-    "required": ["errorType", "addressSignal", "controlSignal", "dataSignal", "detectedByResponder", "detectedByRequester", "firstError", "overflowDroppedLogs"],
+    "required": [
+        "errorType",
+        "addressSignal",
+        "controlSignal",
+        "dataSignal",
+        "detectedByResponder",
+        "detectedByRequester",
+        "firstError",
+        "overflowDroppedLogs"
+    ],
     "additionalProperties": false,
     "properties": {
         "errorType": {
@@ -42,4 +51,4 @@
             "type": "boolean"
         }
     }
-}
\ No newline at end of file
+}
diff --git a/specification/json/common/cper-json-nvp.json b/specification/json/common/cper-json-nvp.json
index 6e57c90..0b19c15 100644
--- a/specification/json/common/cper-json-nvp.json
+++ b/specification/json/common/cper-json-nvp.json
@@ -12,4 +12,4 @@
             "type": "integer"
         }
     }
-}
\ No newline at end of file
+}