17 lines
366 B
INI
17 lines
366 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
max_line_length = 120
|
|
tab_width = 4
|
|
ij_continuation_indent_size = 8
|
|
ij_formatter_off_tag = @formatter:off
|
|
ij_formatter_on_tag = @formatter:on
|
|
ij_formatter_tags_enabled = false
|
|
ij_wrap_on_typing = true
|
|
ij_java_names_count_to_use_import_on_demand = 999
|