mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 05:49:59 +00:00
25 lines
499 B
INI
25 lines
499 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
end_of_line = lf
|
|
max_line_length = 120
|
|
trim_trailing_whitespace = true
|
|
|
|
[{*.kts,*.kt}]
|
|
charset = utf-8
|
|
indent_style = tab
|
|
tab_width = 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 =
|
|
|
|
[{*.xml,*.json,*.ts}]
|
|
charset = utf-8
|
|
indent_style = tab
|
|
tab_width = 4
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|