.clang-format (246B)
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