root = true

[*]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 140
ij_java_names_count_to_use_import_on_demand = 9999
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL

[*.md]
trim_trailing_whitespace = false

[*.java]
charset = utf-8

[*.{kt,kts}]
charset = utf-8
