add: kt + java formatters
This commit is contained in:
@@ -23,6 +23,7 @@ spotless {
|
||||
trimTrailingWhitespace()
|
||||
indentWithSpaces()
|
||||
endWithNewline()
|
||||
ktfmt().kotlinlangStyle()
|
||||
}
|
||||
|
||||
java {
|
||||
@@ -32,5 +33,7 @@ spotless {
|
||||
trimTrailingWhitespace()
|
||||
indentWithSpaces()
|
||||
endWithNewline()
|
||||
removeUnusedImports()
|
||||
googleJavaFormat()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user