blob: 63ebecbce1b825c985de8dd769ee3242b3ce149e [file] [log] [blame]
pbos@webrtc.org4e3161d2013-11-25 15:30:371# Defines the Chromium style for automatic reformatting.
2# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
3BasedOnStyle: Chromium
magjed25337bb2016-09-26 18:47:464---
5Language: Java
6BasedOnStyle: Google
sakal708f7312017-03-27 11:35:057---
8Language: ObjC
sakal708f7312017-03-27 11:35:059BasedOnStyle: Google
magjed198a9302017-05-11 09:14:1810BinPackParameters: false
11BinPackArguments: false
12ColumnLimit: 100
13ObjCBlockIndentWidth: 2
14AllowAllParametersOfDeclarationOnNextLine: true
15AlignOperands: false
16AlwaysBreakBeforeMultilineStrings: false
17AllowShortFunctionsOnASingleLine: Inline
18BreakBeforeTernaryOperators: false
19IndentWrappedFunctionNames: true
20ContinuationIndentWidth: 4
21ObjCSpaceBeforeProtocolList: true
Mirko Bonadei73012532021-01-29 16:13:4922---
23Language: Cpp
24IncludeBlocks: Regroup