chore: Fix default.json formatting (#24053)

Forgot to run default.json through prettier in #24051. Oops.
This commit is contained in:
Peter Tripp 2025-01-31 17:20:51 -05:00 committed by GitHub
parent 1e96663e20
commit df16ef209c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -776,7 +776,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": {