c207d9e0a8
This tells clang-format what kind of style we want to format as, see https://clang.llvm.org/docs/ClangFormatStyleOptions.html. Set it based on Google style. We can iterate on details in the future.
8 lines
178 B
YAML
8 lines
178 B
YAML
BasedOnStyle: Google
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
QualifierAlignment: Left
|
|
ReferenceAlignment: Left
|
|
InsertBraces: true
|