mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 03:05:02 -05:00
allow nullable annotation anywhere
This commit is contained in:
parent
758fda191f
commit
88b07cbd23
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ ij_java_for_statement_right_paren_on_new_line = false
|
|||
ij_java_for_statement_wrap = off
|
||||
ij_java_generate_final_locals = false
|
||||
ij_java_generate_final_parameters = false
|
||||
ij_java_generate_use_type_annotation_before_type = false
|
||||
ij_java_if_brace_force = if_multiline
|
||||
ij_java_imports_layout = net.minecraft.**,|,com.almostreliable.**,|,*,|,org.jetbrains.**,|,javax.**,java.**,|,$*
|
||||
ij_java_indent_case_from_switch = true
|
||||
|
|
Loading…
Reference in a new issue