Zeke Chin | bc7dd7e | 2015-05-29 14:59:14 -0700 | [diff] [blame] | 1 | BasedOnStyle: Chromium |
2 | ColumnLimit: 100 | ||||
3 | BinPackParameters: false | ||||
4 | AllowAllParametersOfDeclarationOnNextLine: true | ||||
5 | DerivePointerAlignment: false | ||||
6 | PointerAlignment: Right | ||||
7 | SpacesBeforeTrailingComments: 1 | ||||
8 | ObjCBlockIndentWidth: 2 | ||||
9 | ObjCSpaceAfterProperty: false | ||||
10 | ObjCSpaceBeforeProtocolList: true |