mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 13:20:44 +01:00

This should make "git cl format" compliant with [1]. [1] - https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes Bug: None Change-Id: Iaccae6c37965e390de8f8a3fe8e3866f51690b5a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/204485 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33151}
24 lines
629 B
YAML
24 lines
629 B
YAML
# Defines the Chromium style for automatic reformatting.
|
|
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
BasedOnStyle: Chromium
|
|
---
|
|
Language: Java
|
|
BasedOnStyle: Google
|
|
---
|
|
Language: ObjC
|
|
BasedOnStyle: Google
|
|
BinPackParameters: false
|
|
BinPackArguments: false
|
|
ColumnLimit: 100
|
|
ObjCBlockIndentWidth: 2
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
AlignOperands: false
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BreakBeforeTernaryOperators: false
|
|
IndentWrappedFunctionNames: true
|
|
ContinuationIndentWidth: 4
|
|
ObjCSpaceBeforeProtocolList: true
|
|
---
|
|
Language: Cpp
|
|
IncludeBlocks: Regroup
|