Publish Chimera GFX source
phase0-ci / build-and-audit (push) Failing after 1m41s

This commit is contained in:
Chimera GFX release export
2026-09-03 02:53:36 +02:00
commit fee37cd9b5
824 changed files with 100072 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,h}]
indent_style = space
indent_size = 4
[*.{cmake,json,md,yml,yaml}]
indent_style = space
indent_size = 2
[*.{py,ps1}]
indent_style = space
indent_size = 4
[CMakeLists.txt]
indent_style = space
indent_size = 2