Clang Format: disable formatting lib/, same as was done for extern/

Precompiled library headers don't follow Blender code style.
This commit is contained in:
Brecht Van Lommel 2025-01-04 18:30:18 +01:00
parent c5203ef7fd
commit 597f279702

2
lib/.clang-format Normal file
View file

@ -0,0 +1,2 @@
DisableFormat: true
SortIncludes: false