From 5b5d18e93ac17efca275e1335e6f9a7a737a6d37 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 26 Apr 2021 16:04:43 +0200 Subject: [PATCH] add formatter rules to comply with ktlint checks Signed-off-by: Andy Scherzinger --- .idea/codeStyles/Project.xml | 219 ++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/inspectionProfiles/ktlint.xml | 7 + .../inspectionProfiles/profiles_settings.xml | 6 + 4 files changed, 237 insertions(+) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/inspectionProfiles/ktlint.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 000000000..59163c1e4 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,219 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 000000000..79ee123c2 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/ktlint.xml b/.idea/inspectionProfiles/ktlint.xml new file mode 100644 index 000000000..7d04a74be --- /dev/null +++ b/.idea/inspectionProfiles/ktlint.xml @@ -0,0 +1,7 @@ + + + + diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 000000000..64580d143 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + +