Add OCaml to EditorConfig
This commit is contained in:
parent
ef560a1afa
commit
43944edc34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue