blob: 34694e57dcf7a0763423639bc0ae2fa23c0ad5ac [file] [log] [blame]
Zeke Chinbc7dd7e2015-05-29 14:59:14 -07001BasedOnStyle: Chromium
2ColumnLimit: 100
3BinPackParameters: false
4AllowAllParametersOfDeclarationOnNextLine: true
5DerivePointerAlignment: false
6PointerAlignment: Right
7SpacesBeforeTrailingComments: 1
8ObjCBlockIndentWidth: 2
9ObjCSpaceAfterProperty: false
10ObjCSpaceBeforeProtocolList: true