Files
Purpur/.editorconfig
granny f898434abc Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@99b735c Make EntityLookup#get use read lock for entity maps
PaperMC/Paper@a2ba452 Update paperweight to 1.5.8 (#9814)
PaperMC/Paper@e87240b Fixes for loot tables (#9818)
PaperMC/Paper@72f7945 Fix painting loosing art on face change (#9798)
PaperMC/Paper@69ce927 Make setVelocity method of Fireballs change the travel direction to an arbitrary vector (#9815)
PaperMC/Paper@7e5dd92 fix flat bedrock world config (#9728)
PaperMC/Paper@5509610 Fix UnsafeValues#loadAdvancement (#9753)
PaperMC/Paper@1a4778d Fix PlayerSwapHandItemsEvent NPE when a hand set to null (#9763)
PaperMC/Paper@2f5bb7e add predicate recipe choice only for potion mixes (#9486)
2023-10-10 16:59:23 -07:00

38 lines
803 B
INI

[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=4
ij_any_block_comment_add_space = false
ij_any_block_comment_at_first_column = false
ij_any_line_comment_at_first_column = false
ij_any_line_comment_add_space = true
[*.tiny]
indent_style=tab
[*.bat]
end_of_line=crlf
[*.yml]
indent_size=2
[*.patch]
trim_trailing_whitespace=false
[*.java]
ij_continuation_indent_size = 4
ij_java_class_count_to_use_import_on_demand = 999999
ij_java_insert_inner_class_imports = false
ij_java_names_count_to_use_import_on_demand = 999999
ij_java_imports_layout = *,|,$*
ij_java_generate_final_locals = true
ij_java_generate_final_parameters = true
[test-plugin/**/*.java]
ij_java_use_fq_class_names = false
[Purpur-Server/src/main/resources/data/**/*.json]
indent_size = 2