From 2d5c5c205605c23dbfba71017730aa3d529cf6c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 7 Feb 2025 15:41:18 -0500 Subject: Update clang-format configuration --- examples/glad/.clang-format | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/glad/.clang-format (limited to 'examples/glad') 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 +# SPDX-License-Identifier: 0BSD OR ISC + +--- +DisableFormat: true +... -- cgit v1.2.1