Skip to content

Commit

Permalink
chore: Fix default.json formatting (#24053)
Browse files Browse the repository at this point in the history
Forgot to run default.json through prettier in #24051. Oops.
  • Loading branch information
notpeter authored Jan 31, 2025
1 parent 1e96663 commit df16ef2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion assets/settings/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit df16ef2

Please sign in to comment.