# Root EditorConfig file
root = true

# Common settings
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
max_line_length = 120

# Kotlin settings
[*.{kt,kts}]
ij_kotlin_imports_layout = *
