refact: update for jellyfin v10.10.x

This commit is contained in:
Adam Perkowski
2025-03-01 16:17:35 +01:00
parent d1ed82fccc
commit 5b130af094
10 changed files with 514 additions and 884 deletions
+21
View File
@@ -0,0 +1,21 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# css
[*.{css,scss}]
indent_size = 2
# documentation, utils
[*.{md,mdx,diff}]
trim_trailing_whitespace = false