From a845e82173366e2e37504ea9b3f6cf0582c0995d Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Wed, 21 Jun 2023 13:58:42 -0400 Subject: [PATCH] Update settings.json --- styles/.zed/settings.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/styles/.zed/settings.json b/styles/.zed/settings.json index 0a3c761b8e..5c31fc5ac1 100644 --- a/styles/.zed/settings.json +++ b/styles/.zed/settings.json @@ -3,9 +3,18 @@ // For a full list of overridable settings, and general information on folder-specific settings, // see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings { - "languages": { - "TypeScript": { - "tab_size": 4 + "languages": { + "TypeScript": { + "tab_size": 4 + }, + "TSX": { + "tab_size": 4 + }, + "JavaScript": { + "tab_size": 4 + }, + "JSON": { + "tab_size": 4 + } } - } }