Revision 0d03d04084be1c7ee7744efad35d3059c0de41e8 authored by Quan Nguyen on 12 July 2018, 02:43:34 UTC, committed by Tink Team on 12 July 2018, 22:19:08 UTC
PiperOrigin-RevId: 204232671
GitOrigin-RevId: 33ca66ee5ff8124dd3951ea390c5c8572b058d6c
1 parent 1f31da9
Raw File
.clang-format
BasedOnStyle: Google

AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
BinPackParameters: false
ColumnLimit: 100
ObjCSpaceBeforeProtocolList: true
PointerBindsToType: false
IndentWrappedFunctionNames: true
back to top