diff --git a/src/egl/.clang-format b/src/egl/.clang-format new file mode 100644 index 00000000000..8beedb5fb85 --- /dev/null +++ b/src/egl/.clang-format @@ -0,0 +1,4 @@ +BasedOnStyle: InheritParentConfig + +ColumnLimit: 80 +AlwaysBreakAfterReturnType: All