Shivam | Remove Spotless Formatting Rules (#4765)

This commit is contained in:
Shivam Goyal
2022-12-27 17:30:40 +05:30
committed by GitHub Enterprise
parent 8723ea1575
commit 9553976b3a

View File

@@ -16,7 +16,6 @@ spotless {
trimTrailingWhitespace()
indentWithSpaces()
endWithNewline()
ktfmt().kotlinlangStyle()
}
java {
@@ -27,6 +26,5 @@ spotless {
indentWithSpaces()
endWithNewline()
removeUnusedImports()
googleJavaFormat().aosp()
}
}