Merge commit 'ee861bc6cf7ccec4a056443488e7b0860b8b0606' as 'external/unarr'

This commit is contained in:
SimoneN64
2024-09-14 16:23:23 +02:00
99 changed files with 20941 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