chore: Fix default.json formatting (#24053)

Peter Tripp created

Forgot to run default.json through prettier in #24051. Oops.

Change summary

assets/settings/default.json | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

Detailed changes

assets/settings/default.json 🔗

@@ -775,7 +775,14 @@
   "load_direnv": "direct",
   "inline_completions": {
     // A list of globs representing files that inline completions should be disabled for.
-    "disabled_globs": ["**/.env*", "**/*.pem", "**/*.key", "**/*.cert", "**/*.crt", "**/secrets.yml"]
+    "disabled_globs": [
+      "**/.env*",
+      "**/*.pem",
+      "**/*.key",
+      "**/*.cert",
+      "**/*.crt",
+      "**/secrets.yml"
+    ]
   },
   // Settings specific to journaling
   "journal": {