summaryrefslogtreecommitdiff
path: root/src/.clang-format
blob: 5865a7068da31d7b02c5c7da4c2cd99e000a573b (plain)
1
2
3
4
5
6
7
BasedOnStyle: Google
MaxEmptyLinesToKeep: 3
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
DerivePointerAlignment: false
PointerAlignment: Right