aboutsummaryrefslogtreecommitdiffstats
path: root/examples/glad
diff options
context:
space:
mode:
Diffstat (limited to 'examples/glad')
-rw-r--r--examples/glad/.clang-format6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/glad/.clang-format b/examples/glad/.clang-format
new file mode 100644
index 0000000..f219d75
--- /dev/null
+++ b/examples/glad/.clang-format
@@ -0,0 +1,6 @@
+# Copyright 2025 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: 0BSD OR ISC
+
+---
+DisableFormat: true
+...