From 45a733979ecca2e53836ed882d03bbf78459c856 Mon Sep 17 00:00:00 2001 From: Geoffrey Borough <105998328+gborough@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:12:39 +1100 Subject: [PATCH] add pch --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..ba84bb6 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,4 @@ +- repo: https://github.com/arenadotio/pre-commit-ocamlformat + rev: main + hooks: + - id: ocamlformat \ No newline at end of file