jellyfin-androidtv/.editorconfig

17 lines
388 B
INI
Raw Normal View History

2020-04-30 16:57:56 +02:00
root = true
[*]
insert_final_newline = true
2022-02-22 21:23:38 +01:00
trim_trailing_whitespace = true
2019-12-14 11:38:40 +01:00
[{*.kts, *.kt}]
charset = utf-8
indent_style = tab
tab_width = 4
2022-02-22 21:23:38 +01:00
# 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 =
[*.md]
trim_trailing_whitespace = false