We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e02937 commit bdcc0f5Copy full SHA for bdcc0f5
code-formatting.gradle
@@ -6,19 +6,19 @@ spotless {
6
target("src/**/*.kt")
7
ktlint("1.7.0")
8
trimTrailingWhitespace()
9
- indentWithSpaces()
+ leadingTabsToSpaces()
10
}
11
java {
12
target 'src/*/java/**/*.java'
13
googleJavaFormat('1.22.0').aosp()
14
targetExclude("**/FragmentStateAdapter.java") // temporary
15
removeUnusedImports()
16
17
18
19
format 'xml', {
20
target '**/*.xml'
21
22
23
24
0 commit comments