mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-21 19:34:42 +01:00
Remove reflowLongStrings
Causes an issue with Spotless!
This commit is contained in:
@@ -37,7 +37,6 @@ spotless {
|
|||||||
java {
|
java {
|
||||||
importOrder('io.grasscutter', '', 'java', 'javax', '\\#java', '\\#') // Configure import order.
|
importOrder('io.grasscutter', '', 'java', 'javax', '\\#java', '\\#') // Configure import order.
|
||||||
googleJavaFormat('1.15.0') // Use Google's Java formatter.
|
googleJavaFormat('1.15.0') // Use Google's Java formatter.
|
||||||
.reflowLongStrings() // Reflow long strings.
|
|
||||||
formatAnnotations() // Reformat annotations.
|
formatAnnotations() // Reformat annotations.
|
||||||
endWithNewline() // Ensure files end with a newline.
|
endWithNewline() // Ensure files end with a newline.
|
||||||
indentWithTabs(2); indentWithSpaces(4) // Use 4 spaces for indentation.
|
indentWithTabs(2); indentWithSpaces(4) // Use 4 spaces for indentation.
|
||||||
|
|||||||
Reference in New Issue
Block a user