NorbiPeti
037ec3b9dd
Using VanillaCommandListener14 for 1.15 as well Using a mock for the DiscordPlayerSender too, to reduce the amount of code Made the mocks stub-only, which should lower memory usage
22 lines
372 B
INI
22 lines
372 B
INI
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = false
|
|
indent_style = space
|
|
indent_size = 4
|
|
ij_any_field_annotation_wrap = off
|
|
|
|
[*.json]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.java]
|
|
indent_style = tab
|
|
tab_width = 4
|
|
ij_java_do_not_wrap_after_single_annotation = true
|
|
ij_java_field_annotation_wrap = off
|
|
|
|
[{*.yml, *.yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|