jellyfin-android/.editorconfig

29 lines
669 B
INI
Raw Normal View History

2020-08-19 11:34:01 +00:00
root = true
[*]
end_of_line = lf
2020-08-19 11:34:01 +00:00
insert_final_newline = true
2022-10-26 11:40:37 +00:00
ij_visual_guides = 120
[*.bat]
end_of_line = crlf
2020-08-19 11:34:01 +00:00
2022-10-26 11:40:37 +00:00
[*.{kt,kts,java}]
2020-08-19 11:34:01 +00:00
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
2022-10-26 11:40:37 +00:00
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true
ij_kotlin_line_break_after_multiline_when_entry = false
ij_kotlin_name_count_to_use_star_import = 999
ij_kotlin_name_count_to_use_star_import_for_members = 999
2022-10-26 11:40:37 +00:00
ij_kotlin_packages_to_use_import_on_demand =
[*.json]
charset = utf-8
indent_style = space
indent_size = 2