Skip to content

Commit

Permalink
Add OCaml to EditorConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
riptl committed Jul 23, 2022
1 parent c6e04b4 commit 36f0c56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 36f0c56

Please sign in to comment.