# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line=lf
insert_final_newline=true
charset=utf-8

[*.java]
indent_style=tab

[*.kt]
indent_style=space
indent_size=4

[*.vue]
indent_style=space
indent_size=2

[*.{js, ts}]
indent_style=space
indent_size=4

[*.{kt, java}]
max_line_length=120
ij_kotlin_name_count_to_use_star_import = 999
ij_kotlin_name_count_to_use_star_import_for_members = 999
ij_java_class_count_to_use_import_on_demand = 999
