mirror of
https://github.com/jellyfin/jellyfin-androidx-media.git
synced 2024-11-23 06:09:45 +00:00
Add editorconfig
This commit is contained in:
parent
3777a1a6ab
commit
5f641721cb
20
.editorconfig
Normal file
20
.editorconfig
Normal file
@ -0,0 +1,20 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
ij_visual_guides = 120, 180
|
||||
|
||||
[*.bat]
|
||||
end_of_line = crlf
|
||||
|
||||
[{*.kts, *.kt}]
|
||||
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_name_count_to_use_star_import = 999
|
||||
ij_kotlin_name_count_to_use_star_import_for_members = 999
|
Loading…
Reference in New Issue
Block a user