From bfa46b717762f8d9caf76de11ca52adf7a97d4cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de>
Date: Tue, 28 Sep 2021 20:11:44 +0200
Subject: [PATCH] Add run configuration for ktLintFormat

---
 .idea/runConfigurations/ktlintFormat.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 .idea/runConfigurations/ktlintFormat.xml

diff --git a/.idea/runConfigurations/ktlintFormat.xml b/.idea/runConfigurations/ktlintFormat.xml
new file mode 100644
index 0000000000..be5500d11b
--- /dev/null
+++ b/.idea/runConfigurations/ktlintFormat.xml
@@ -0,0 +1,21 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="ktlintFormat" type="GradleRunConfiguration" factoryName="Gradle">
+    <ExternalSystemSettings>
+      <option name="executionName" />
+      <option name="externalProjectPath" value="$PROJECT_DIR$" />
+      <option name="externalSystemIdString" value="GRADLE" />
+      <option name="scriptParameters" value="ktLintFormat" />
+      <option name="taskDescriptions">
+        <list />
+      </option>
+      <option name="taskNames">
+        <list />
+      </option>
+      <option name="vmOptions" />
+    </ExternalSystemSettings>
+    <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
+    <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
+    <DebugAllEnabled>false</DebugAllEnabled>
+    <method v="2" />
+  </configuration>
+</component>
\ No newline at end of file
-- 
GitLab