Language: Cpp
BasedOnStyle: LLVM
TabWidth: 2
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
ColumnLimit: 100