From e0c2d42b58ee35fe4f9fdea715d3350381afff8e Mon Sep 17 00:00:00 2001
From: Torsten Grote <t@grobox.de>
Date: Thu, 4 Nov 2021 09:38:21 -0300
Subject: [PATCH] Use spaces for groovy

---
 .idea/codeStyles/Project.xml  |  1 -
 dont-kill-me-lib/build.gradle | 42 +++++++++++++++++------------------
 2 files changed, 21 insertions(+), 22 deletions(-)

diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index b76ab9eb..5e93ee9f 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -41,7 +41,6 @@
     </XML>
     <codeStyleSettings language="Groovy">
       <indentOptions>
-        <option name="USE_TAB_CHARACTER" value="true" />
         <option name="SMART_TABS" value="true" />
       </indentOptions>
     </codeStyleSettings>
diff --git a/dont-kill-me-lib/build.gradle b/dont-kill-me-lib/build.gradle
index 9c180a0b..e882c0bf 100644
--- a/dont-kill-me-lib/build.gradle
+++ b/dont-kill-me-lib/build.gradle
@@ -1,32 +1,32 @@
 plugins {
-	id 'com.android.library'
+    id 'com.android.library'
 }
 
 android {
-	compileSdkVersion 31
+    compileSdkVersion 31
 
-	defaultConfig {
-		minSdkVersion 16
-		targetSdkVersion 30
+    defaultConfig {
+        minSdkVersion 16
+        targetSdkVersion 30
 
-		vectorDrawables.useSupportLibrary = true
-		consumerProguardFiles "consumer-rules.pro"
-	}
+        vectorDrawables.useSupportLibrary = true
+        consumerProguardFiles "consumer-rules.pro"
+    }
 
-	buildTypes {
-		release {
-			minifyEnabled false
-			proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
-		}
-	}
-	compileOptions {
-		sourceCompatibility JavaVersion.VERSION_1_8
-		targetCompatibility JavaVersion.VERSION_1_8
-	}
+    buildTypes {
+        release {
+            minifyEnabled false
+            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
+        }
+    }
+    compileOptions {
+        sourceCompatibility JavaVersion.VERSION_1_8
+        targetCompatibility JavaVersion.VERSION_1_8
+    }
 }
 
 dependencies {
-	implementation "androidx.fragment:fragment:$androidx_fragment_version"
-	implementation "androidx.constraintlayout:constraintlayout:$androidx_constraintlayout_version"
-	implementation "com.google.android.material:material:$google_material_version"
+    implementation "androidx.fragment:fragment:$androidx_fragment_version"
+    implementation "androidx.constraintlayout:constraintlayout:$androidx_constraintlayout_version"
+    implementation "com.google.android.material:material:$google_material_version"
 }
-- 
GitLab