Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / third_party / aom / .clang-format
bloba8bc4967c398b31a6e166d761c9e12870ca6941f
1 ---
2 Language:        Cpp
3 BasedOnStyle:  Google
4 AllowShortCaseLabelsOnASingleLine: true
5 ConstructorInitializerAllOnOneLineOrOnePerLine: false
6 Cpp11BracedListStyle: false
7 DerivePointerAlignment: false
8 PointerAlignment: Right
9 SortIncludes:    false