From 52a5103a734ed8faef612ad30070712bfc8da943 Mon Sep 17 00:00:00 2001 From: Lawal Abubakar Babatunde Date: Mon, 22 Jan 2024 13:11:14 +0100 Subject: [PATCH] chore: added git hook to ensure formatting --- .DS_Store | Bin 8196 -> 8196 bytes .idea/.gitignore | 8 ++++++++ .idea/modules.xml | 8 ++++++++ .idea/robust-rust.iml | 12 ++++++++++++ .idea/vcs.xml | 6 ++++++ 5 files changed, 34 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/modules.xml create mode 100644 .idea/robust-rust.iml create mode 100644 .idea/vcs.xml diff --git a/.DS_Store b/.DS_Store index cd13a6d7087372793489a8786bfa4c2a77e07136..01d91e4bf7aa0bef8c7569805a16ece2459cce4c 100644 GIT binary patch delta 46 zcmZp1XmOa}C7U^hRb%4Qyc$4rxpMMO87h+Jmg*kHi8nO))=%Vu4%TZ|hUbQu9} CHV=;g delta 342 zcmZp1XmOa}ÄU^hRb#%3OY$4vFo3>gfG3`GnnV7i1sm!Sa2%V)@9NM%T70P#zJ ztX!aI4p1G44H7BNNjD5m&d)7i00E;H%YY + + + + + + + \ No newline at end of file diff --git a/.idea/robust-rust.iml b/.idea/robust-rust.iml new file mode 100644 index 0000000..457e3e6 --- /dev/null +++ b/.idea/robust-rust.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file