From 47a92170efc1222b5be07d4c99b9ac73ed107df8 Mon Sep 17 00:00:00 2001 From: Sebastiano Poggi Date: Mon, 1 Jul 2024 16:06:57 +0200 Subject: [PATCH] Add Pre-push configuration This configuration updates the API dumps and runs ktlint formatter, making it easier to check everything is a-ok before pushing. --- .idea/runConfigurations/Pre_push.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .idea/runConfigurations/Pre_push.xml diff --git a/.idea/runConfigurations/Pre_push.xml b/.idea/runConfigurations/Pre_push.xml new file mode 100644 index 000000000..3ab1d5ed3 --- /dev/null +++ b/.idea/runConfigurations/Pre_push.xml @@ -0,0 +1,25 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file