jellyfin-androidtv/.editorconfig

19 lines
416 B
INI
Raw Permalink Normal View History

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