mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-12-02 10:56:21 +00:00
15 lines
169 B
INI
15 lines
169 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
|
|
[{*.kts, *.kt}]
|
|
charset = utf-8
|
|
indent_style = tab
|
|
tab_width = 4
|
|
|
|
[*.xml]
|
|
charset = utf-8
|
|
indent_style = tab
|
|
tab_width = 4
|