mirror of
https://github.com/PaperMC/Paper.git
synced 2024-10-31 16:00:18 +01:00
96d5e6ca48
Currently includes generated key holder classes for types used in the Registry Modification API
41 lines
877 B
INI
41 lines
877 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
|
|
|
|
[Paper-Server/src/main/resources/data/**/*.json]
|
|
indent_size = 2
|
|
|
|
[paper-api-generator/generated/**/*.java]
|
|
ij_java_imports_layout = $*,|,*
|