From efe6f7f3957dcfa538eab42f05a4078ab4482a39 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 9 Jul 2024 19:44:35 +0200 Subject: [PATCH] Add IntelliJ run configuration --- .idea/runConfigurations/Clippy.xml | 19 +++++++++++++++++++ .idea/runConfigurations/Run__debug_.xml | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .idea/runConfigurations/Clippy.xml create mode 100644 .idea/runConfigurations/Run__debug_.xml diff --git a/.idea/runConfigurations/Clippy.xml b/.idea/runConfigurations/Clippy.xml new file mode 100644 index 00000000..71a16525 --- /dev/null +++ b/.idea/runConfigurations/Clippy.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run__debug_.xml b/.idea/runConfigurations/Run__debug_.xml new file mode 100644 index 00000000..1d7deb10 --- /dev/null +++ b/.idea/runConfigurations/Run__debug_.xml @@ -0,0 +1,21 @@ + + + + \ No newline at end of file