aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
blob: d154da600f44f22e07769f878c737ce801f58441 (plain)
1
2
3
4
5
6
7
8
# Use the Google style with these modifications:
#
# 1) lines can be up to 100 chars long rather than 80, and
# 2) use a four space indent rather than two spaces.
#
BasedOnStyle: Google
ColumnLimit: 100
IndentWidth: 4