Refine OpenXR backend formatting

This commit is contained in:
2025-06-29 16:30:23 +03:00
parent 9fdb148c89
commit cc1137c011
5 changed files with 247 additions and 57 deletions

3
AGENTS.md Normal file
View File

@@ -0,0 +1,3 @@
Coding conventions:
- Use `clang-format` on all C and C++ sources before committing.
- In `CMakeLists.txt`, indent with four spaces. Tabs may be used for C++ files as per .clang-format.