From d08d4174a59b0b09d1295ee065ee48ff2b216212 Mon Sep 17 00:00:00 2001 From: Rashid Almheiri <69181766+huwaireb@users.noreply.github.com> Date: Sat, 3 Feb 2024 14:04:15 +0400 Subject: [PATCH] Modify the default tab size of OCaml & OCaml Interface to 2 (#7315) Thanks @pseudomata for the heads up. Release Notes: - N/A --- assets/settings/default.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/settings/default.json b/assets/settings/default.json index 4a81cfbe69..3e1e35cc47 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -502,6 +502,12 @@ }, "JSON": { "tab_size": 2 + }, + "OCaml": { + "tab_size": 2 + }, + "OCaml Interface": { + "tab_size": 2 } }, // Zed's Prettier integration settings.