blob: 11a44d587c37a9d67077e63d9b187fb5c2824848 [file] [log] [blame]
pbos@webrtc.org4e3161d2013-11-25 15:30:37 +00001# Defines the Chromium style for automatic reformatting.
2# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
3BasedOnStyle: Chromium
magjed25337bb2016-09-26 11:47:46 -07004---
5Language: Java
6BasedOnStyle: Google
sakal708f7312017-03-27 04:35:05 -07007---
8Language: ObjC
sakal708f7312017-03-27 04:35:05 -07009BasedOnStyle: Google
magjed198a9302017-05-11 02:14:18 -070010BinPackParameters: false
11BinPackArguments: false
12ColumnLimit: 100
13ObjCBlockIndentWidth: 2
14AllowAllParametersOfDeclarationOnNextLine: true
15AlignOperands: false
16AlwaysBreakBeforeMultilineStrings: false
17AllowShortFunctionsOnASingleLine: Inline
18BreakBeforeTernaryOperators: false
19IndentWrappedFunctionNames: true
20ContinuationIndentWidth: 4
21ObjCSpaceBeforeProtocolList: true