From 43944edc340825ec283c0b4d4bc117c10c542f47 Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Sat, 23 Jul 2022 09:55:41 +0200 Subject: [PATCH] Add OCaml to EditorConfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index d18f64f24..e40498988 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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