mirror of
https://github.com/jellyfin/jellyfin-androidtv.git
synced 2025-05-17 19:36:03 +08:00
Update editor config
- Increase max line length (120->140) - Fix wildcard for Kotlin files
This commit is contained in:

committed by
Niels van Velzen

parent
aafebfc546
commit
96174e5d00
@ -2,16 +2,17 @@ root = true
|
|||||||
|
|
||||||
[*]
|
[*]
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
max_line_length = 140
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[{*.kts, *.kt}]
|
[{*.kts,*.kt}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
# Disable wildcard imports in IntelliJ/Android Studio
|
# Disable wildcard imports in IntelliJ/Android Studio
|
||||||
ij_kotlin_name_count_to_use_star_import = 1000
|
ij_kotlin_name_count_to_use_star_import = 1000
|
||||||
ij_kotlin_name_count_to_use_star_import_for_members = 1000
|
ij_kotlin_name_count_to_use_star_import_for_members = 1000
|
||||||
ij_kotlin_packages_to_use_import_on_demand =
|
ij_kotlin_packages_to_use_import_on_demand = unset
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
Reference in New Issue
Block a user