mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-02 21:04:10 +03:00
19 lines
435 B
INI
19 lines
435 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
max_line_length = 140
|
|
trim_trailing_whitespace = true
|
|
|
|
[{*.kts,*.kt}]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
# Disable wildcard imports in IntelliJ/Android Studio
|
|
ij_kotlin_name_count_to_use_star_import = 1000
|
|
ij_kotlin_name_count_to_use_star_import_for_members = 1000
|
|
ij_kotlin_packages_to_use_import_on_demand = unset
|
|
|
|
[{*.md,*.yaml,*.yml}]
|
|
trim_trailing_whitespace = false
|