build: fix Spotless XML format rules

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-04 17:55:05 +05:30
parent 689f8cd147
commit ea4a1a4db2
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 12 additions and 12 deletions

View file

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.msfjarvis.claw.android"
xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.msfjarvis.claw.android"
>
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="Claw"
android:allowBackup="false"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
>
android:label="Claw"
android:allowBackup="false"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
>
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View file

@ -36,7 +36,7 @@ allprojects {
target("**/*.xml")
targetExclude("**/build/**", ".idea/**")
prettier(mapOf("prettier" to "2.0.5", "@prettier/plugin-xml" to "0.13.0"))
.config(mapOf("parser" to "xml", "tabWidth" to 4))
.config(mapOf("parser" to "xml", "tabWidth" to 2))
}
}
}

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.msfjarvis.claw.common"
xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.msfjarvis.claw.common"
/>

View file

@ -1,4 +1,4 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.msfjarvis.lobsters.database"
xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.msfjarvis.lobsters.database"
/>