mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-21 18:58:19 +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
|
||||
tab_width = 4
|
||||
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);
|
||||
|
||||
// Initialize server.
|
||||
|
Loading…
Reference in New Issue
Block a user