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

Thanks @pseudomata for the heads up.

Release Notes:
- N/A
This commit is contained in:
Rashid Almheiri
2024-02-03 12:04:15 +02:00
committed by GitHub
parent 1a82470897
commit d08d4174a5
+6
View File
@@ -502,6 +502,12 @@
},
"JSON": {
"tab_size": 2
},
"OCaml": {
"tab_size": 2
},
"OCaml Interface": {
"tab_size": 2
}
},
// Zed's Prettier integration settings.