2020-04-03 10:12:58 +02:00
|
|
|
# EditorConfig
|
|
|
|
# http://EditorConfig.org
|
|
|
|
|
|
|
|
# top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
# LF end-of-line, insert an empty new line and UTF-8
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
2021-02-15 18:17:55 +01:00
|
|
|
continuation_indent_size = 4
|
2021-08-16 23:15:10 +02:00
|
|
|
max_line_length = 160
|
2020-04-03 10:12:58 +02:00
|
|
|
|
|
|
|
[*.xml]
|
|
|
|
continuation_indent_size = 4
|
2021-08-17 09:38:16 +02:00
|
|
|
|
|
|
|
[*.kt]
|
|
|
|
ij_kotlin_name_count_to_use_star_import = 5
|
|
|
|
ij_kotlin_name_count_to_use_star_import_for_members = 5
|