Disable clang-format for MuJoCo public headers and engine source.

PiperOrigin-RevId: 886720463
Change-Id: I7c89fa99bee0598dcf48807bfbd61ee8bf8fa9b8
This commit is contained in:
Yuval Tassa
2026-03-20 05:05:49 -07:00
committed by Copybara-Service
parent 904744bd72
commit c348bc9f4c
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
---
# disable clang-format for public headers
DisableFormat: true
...
+4
View File
@@ -0,0 +1,4 @@
---
# disable clang-format for engine source files
DisableFormat: true
...