mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2025-12-23 15:27:52 -05:00
* Update detekt to v1.23.7 * Fix detekt config deprecation * Update ForbiddenComment detekt rule configuration * Fix new detekt warnings --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Maxr1998 <max.rumpf1998@gmail.com>
31 lines
772 B
INI
31 lines
772 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
ij_visual_guides = 120
|
|
|
|
[*.bat]
|
|
end_of_line = crlf
|
|
|
|
[*.{kt,kts,java}]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
max_line_length = 200 # Prefer manual wrapping
|
|
trim_trailing_whitespace = true
|
|
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
|
|
ij_kotlin_allow_trailing_comma = true
|
|
ij_kotlin_allow_trailing_comma_on_call_site = true
|
|
ij_kotlin_blank_lines_around_block_when_branches = 0
|
|
ij_kotlin_line_break_after_multiline_when_entry = false
|
|
ij_kotlin_indent_before_arrow_on_new_line = false
|
|
ij_kotlin_name_count_to_use_star_import = 999
|
|
ij_kotlin_name_count_to_use_star_import_for_members = 999
|
|
ij_kotlin_packages_to_use_import_on_demand =
|
|
|
|
[*.json]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|