aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 0153825d7daca238fd595d3dff3366f5da0ff332 (plain)
1
2
3
4
5
6
7
# Run manually to reformat a file:
# clang-format -i --style=file <file>

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