jellyfin-sdk-kotlin/.editorconfig

25 lines
485 B
INI
Raw Normal View History

2020-04-30 14:58:36 +00:00
root = true
[*]
insert_final_newline = true
end_of_line = lf
max_line_length = 120
trim_trailing_whitespace = true
2020-04-30 14:58:36 +00:00
[{*.kts,*.kt}]
2020-04-30 14:58:36 +00:00
charset = utf-8
indent_style = tab
tab_width = 4
2021-12-23 12:41:22 +00: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 =
2020-05-01 09:12:37 +00:00
[*.xml]
charset = utf-8
indent_style = tab
tab_width = 4
[*.md]
trim_trailing_whitespace = false