This commit is contained in:
2026-03-23 12:11:07 +01:00
commit e64eb40b38
4573 changed files with 3117439 additions and 0 deletions

15
external/unarr/.editorconfig vendored Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[{*.yml,CMakeLists.txt,*.md,*.in}]
indent_size = 2
[{*.md}]
trim_trailing_whitespace = false