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:
parent
1a82470897
commit
d08d4174a5
1 changed files with 6 additions and 0 deletions
|
@ -502,6 +502,12 @@
|
|||
},
|
||||
"JSON": {
|
||||
"tab_size": 2
|
||||
},
|
||||
"OCaml": {
|
||||
"tab_size": 2
|
||||
},
|
||||
"OCaml Interface": {
|
||||
"tab_size": 2
|
||||
}
|
||||
},
|
||||
// Zed's Prettier integration settings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue