mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 06:31:26 +00:00
Formatting changes
This commit is contained in:
parent
163c6bf47d
commit
269149bb1f
@ -9,3 +9,6 @@ insert_final_newline = false
|
|||||||
max_line_length = 120
|
max_line_length = 120
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[{*.json,*.xml}]
|
||||||
|
indent_size = 2
|
@ -107,7 +107,7 @@ public final class Grasscutter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Exit early if argument sets it.
|
// Exit early if an argument sets it.
|
||||||
if (exitEarly) System.exit(0);
|
if (exitEarly) System.exit(0);
|
||||||
|
|
||||||
// Initialize server.
|
// Initialize server.
|
||||||
|
Loading…
Reference in New Issue
Block a user