chore: Fix default.json formatting (#24053)
Forgot to run default.json through prettier in #24051. Oops.
This commit is contained in:
parent
1e96663e20
commit
df16ef209c
1 changed files with 8 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue