root = true

[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true

[*.bat]
end_of_line = crlf

[*.java]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.{kt,kts}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
ij_kotlin_name_count_to_use_star_import = 9999
ij_kotlin_name_count_to_use_star_import_for_members = 9999
ij_kotlin_packages_to_use_import_on_demand = unset
