mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
Add OCaml to EditorConfig
This commit is contained in:
parent
60518cc67b
commit
f6283532d0
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue