From f93272efe881602a909c583948e176321ab127a6 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 27 Feb 2024 14:14:42 -0500 Subject: [PATCH] Format default `settings.json` with Prettier (#8500) This PR formats the default `settings.json` file with Prettier. This should help avoid unnecessary modifications in other PRs making consequential changes to this file. Release Notes: - N/A --- assets/settings/default.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index ff896b1a73690028aa894872a24a562c53f08178..c60c5302628e7b9b41848363be64ab661e6718ba 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -345,9 +345,7 @@ "copilot": { // The set of glob patterns for which copilot should be disabled // in any matching file. - "disabled_globs": [ - ".env" - ] + "disabled_globs": [".env"] }, // Settings specific to journaling "journal": { @@ -456,12 +454,7 @@ // Default directories to search for virtual environments, relative // to the current working directory. We recommend overriding this // in your project's settings, rather than globally. - "directories": [ - ".env", - "env", - ".venv", - "venv" - ], + "directories": [".env", "env", ".venv", "venv"], // Can also be 'csh', 'fish', and `nushell` "activate_script": "default" }