xref: /aosp_15_r20/external/libaom/.clang-format (revision 77c1e3ccc04c968bd2bc212e87364f250e820521)
1---
2Language:        Cpp
3BasedOnStyle:  Google
4AllowShortCaseLabelsOnASingleLine: true
5ConstructorInitializerAllOnOneLineOrOnePerLine: false
6Cpp11BracedListStyle: false
7DerivePointerAlignment: false
8PointerAlignment: Right
9SortIncludes:    false
10