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
trim_trailing_whitespace = true
ij_continuation_indent_size = 8
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
ij_formatter_tags_enabled = true
ij_smart_tabs = false
ij_visual_guides = none
ij_wrap_on_typing = false

ij_kotlin_name_count_to_use_star_import_for_members = 5

[*.{yml,yaml}]
indent_size = 2

# noinspection EditorConfigKeyCorrectness
[*.{kt,kts}]
disabled_rules=no-wildcard-imports
