Add OCaml to EditorConfig

This commit is contained in:
Richard Patel 2022-07-23 09:55:41 +02:00
parent 60518cc67b
commit f6283532d0

View file

@ -13,5 +13,10 @@ indent_size = 4
indent_style = tab
indent_size = 8
# OCaml bindings
[*.ml]
indent_style = tab
indent_size = 4
[Makefile]
indent_style = tab