From 0a8882f86b6d9b44eada4640cdb064c863466616 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Fri, 31 Jan 2025 17:20:51 -0500 Subject: [PATCH] chore: Fix default.json formatting (#24053) Forgot to run default.json through prettier in #24051. Oops. --- assets/settings/default.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 74ce283197ddb9cbb4503c5c25f4439cec5e5f21..ce16c8e2857fda8224cc57569e90a5bf6e820d33 100644 --- a/assets/settings/default.json +++ b/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": {