Specify import order and final locals/params in editorconfig
This commit is contained in:
@@ -7,3 +7,8 @@ max_line_length = off
|
||||
|
||||
[{*.kt,*.kts}]
|
||||
indent_size = 2
|
||||
|
||||
[*.java]
|
||||
ij_java_imports_layout = *,|,$*
|
||||
ij_java_generate_final_locals = true
|
||||
ij_java_generate_final_parameters = true
|
||||
|
||||
Reference in New Issue
Block a user