mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-03 05:10:27 +03:00
Tweak .editorconfig
This commit is contained in:
committed by
Niels van Velzen
parent
d0e28ef49a
commit
c5abe67751
+5
-3
@@ -3,21 +3,23 @@ root = true
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
ij_visual_guides = 120, 180
|
||||
ij_visual_guides = 120
|
||||
|
||||
[*.bat]
|
||||
end_of_line = crlf
|
||||
|
||||
[{*.kts, *.kt}]
|
||||
[*.{kt,kts,java}]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
max_line_length = 200 # Prefer manual wrapping
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
|
||||
ij_kotlin_allow_trailing_comma = true
|
||||
ij_kotlin_allow_trailing_comma_on_call_site = true
|
||||
ij_kotlin_name_count_to_use_star_import = 999
|
||||
ij_kotlin_name_count_to_use_star_import_for_members = 999
|
||||
ij_kotlin_packages_to_use_import_on_demand =
|
||||
|
||||
[*.json]
|
||||
charset = utf-8
|
||||
|
||||
Reference in New Issue
Block a user