Files
chimera-gfx-Public/.editorconfig
T
Chimera GFX release export a6037502d7
phase0-ci / build-and-audit (push) Successful in 2m14s
Publish Chimera GFX source
2026-09-03 03:27:14 +02:00

24 lines
331 B
INI

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