pbos@webrtc.org | 4e3161d | 2013-11-25 15:30:37 +0000 | [diff] [blame] | 1 | # Defines the Chromium style for automatic reformatting. |
| 2 | # http://clang.llvm.org/docs/ClangFormatStyleOptions.html |
| 3 | BasedOnStyle: Chromium |
magjed | 25337bb | 2016-09-26 11:47:46 -0700 | [diff] [blame] | 4 | --- |
| 5 | Language: Java |
| 6 | BasedOnStyle: Google |
sakal | 708f731 | 2017-03-27 04:35:05 -0700 | [diff] [blame] | 7 | --- |
| 8 | Language: ObjC |
sakal | 708f731 | 2017-03-27 04:35:05 -0700 | [diff] [blame] | 9 | BasedOnStyle: Google |
magjed | 198a930 | 2017-05-11 02:14:18 -0700 | [diff] [blame] | 10 | BinPackParameters: false |
| 11 | BinPackArguments: false |
| 12 | ColumnLimit: 100 |
| 13 | ObjCBlockIndentWidth: 2 |
| 14 | AllowAllParametersOfDeclarationOnNextLine: true |
| 15 | AlignOperands: false |
| 16 | AlwaysBreakBeforeMultilineStrings: false |
| 17 | AllowShortFunctionsOnASingleLine: Inline |
| 18 | BreakBeforeTernaryOperators: false |
| 19 | IndentWrappedFunctionNames: true |
| 20 | ContinuationIndentWidth: 4 |
| 21 | ObjCSpaceBeforeProtocolList: true |