aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 0af4d400ce1843bda52ef15072df585a414ab079 (plain)
1
2
3
4
5
6
7
---
# Use defaults from the Google style with the following exceptions:
BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 132
SortIncludes: false
...