mirror of
https://github.com/tachiyomiorg/extensions.git
synced 2024-11-08 20:12:30 +01:00
20 lines
487 B
INI
20 lines
487 B
INI
# Editor configuration, see https://editorconfig.org
|
|
root = true
|
|
|
|
[*.kt]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
ij_kotlin_allow_trailing_comma = true
|
|
ij_kotlin_allow_trailing_comma_on_call_site = true
|
|
ij_kotlin_name_count_to_use_star_import = 2147483647
|
|
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647
|
|
|
|
[*.properties]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|