diff options
author | rtk0c <[email protected]> | 2021-03-28 15:13:05 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-28 15:31:35 -0700 |
commit | a7e5e42a188f9e6ab13706a15e6b50f36f0e00e8 (patch) | |
tree | 61545e68e1186be3900303ded6d12086c345af3f /.clang-format | |
parent | bdcc81822adddf2c6ad7f10d9e090d913475c1e0 (diff) |
Fix backend compiling/loading mechanism
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 2ba3906..a7c56d4 100644 --- a/.clang-format +++ b/.clang-format @@ -65,6 +65,8 @@ Cpp11BracedListStyle: false IncludeCategories: - Regex: '".*"' Priority: 1 + - Regex: '^<glad/glad.h>' + Priority: 1 - Regex: '^<.*\.h>' Priority: 2 - Regex: '^<.*' |