mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-06-13 19:07:06 +00:00
Also adds .editorconfig, formats most files, and remove archive false on workflow until nightly.link adds support for it
11 lines
183 B
INI
11 lines
183 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
tab_width = 2
|
|
max_line_length = 160
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
end_of_line = lf
|