Modify the default tab size of OCaml & OCaml Interface to 2 (#7315)

Rashid Almheiri created

Thanks @pseudomata for the heads up.

Release Notes:
- N/A

Change summary

assets/settings/default.json | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

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.