---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM
IndentWidth: 4
---
Language: Cpp
Standard: c++11
Cpp11BracedListStyle: true
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
---
Language: Proto
# Don't format .proto files.
DisableFormat: true
