summaryrefslogtreecommitdiff
blob: 09c01d6526c5ad644a2834eeecd31ad13b5cdc8f (plain)
1
2
3
4
5
6
7
8
9
---
BasedOnStyle:  Google
# Only merge empty functions.
AllowShortFunctionsOnASingleLine: Empty
# Do not allow short if statements.
AllowShortIfStatementsOnASingleLine: false
# Enforce always the same pointer alignment.
DerivePointerAlignment: false
IndentPPDirectives: AfterHash