diff --git a/engine/3rdparty/.clang-format b/engine/3rdparty/.clang-format new file mode 100644 index 000000000..fd79e706d --- /dev/null +++ b/engine/3rdparty/.clang-format @@ -0,0 +1,3 @@ +# Disable formatting for any code under 3rdparty/ +DisableFormat: true +SortIncludes: false