add: kt + java formatters

This commit is contained in:
Shivam Goyal
2022-09-22 12:13:51 +05:30
parent 8b43652788
commit b18b2e0244

View File

@@ -23,6 +23,7 @@ spotless {
trimTrailingWhitespace()
indentWithSpaces()
endWithNewline()
ktfmt().kotlinlangStyle()
}
java {
@@ -32,5 +33,7 @@ spotless {
trimTrailingWhitespace()
indentWithSpaces()
endWithNewline()
removeUnusedImports()
googleJavaFormat()
}
}