Add OCaml to EditorConfig

This commit is contained in:
Richard Patel 2022-07-23 09:55:41 +02:00
parent ef560a1afa
commit 43944edc34

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