aboutsummaryrefslogtreecommitdiffstats
path: root/examples/glad
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-07 15:41:18 -0500
committerDavid Robillard <d@drobilla.net>2025-02-07 15:41:18 -0500
commit2d5c5c205605c23dbfba71017730aa3d529cf6c6 (patch)
treefac1e05a2bb687c6bc6908bfe7e34c6b69770102 /examples/glad
parent7976df1832f8164e459902dc247a232f49b61064 (diff)
downloadpugl-2d5c5c205605c23dbfba71017730aa3d529cf6c6.tar.gz
pugl-2d5c5c205605c23dbfba71017730aa3d529cf6c6.tar.bz2
pugl-2d5c5c205605c23dbfba71017730aa3d529cf6c6.zip
Update clang-format configuration
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
+...