Commit 269149bb authored by KingRainbow44's avatar KingRainbow44
Browse files

Formatting changes

parent 163c6bf4
...@@ -9,3 +9,6 @@ insert_final_newline = false ...@@ -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
\ No newline at end of file
...@@ -107,7 +107,7 @@ public final class Grasscutter { ...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment