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 14:04:15 +04:00 committed by GitHub
parent 1a82470897
commit d08d4174a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -502,6 +502,12 @@
},
"JSON": {
"tab_size": 2
},
"OCaml": {
"tab_size": 2
},
"OCaml Interface": {
"tab_size": 2
}
},
// Zed's Prettier integration settings.