---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: Google
IndentWidth: 2
SortIncludes: Never
---
Language: Cpp
ColumnLimit: 100
---
