# Run manually to reformat a file:
# clang-format -i --style=file <file>

Language:        Cpp
BasedOnStyle: Google
ColumnLimit: 100
SortIncludes: false
