Initial BinaryConverter implementation.

This commit is contained in:
2026-05-21 09:40:15 +02:00
commit 4eb63f9096
10 changed files with 1181 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
[*.cs]
indent_style = space
indent_size = 4