xref: /aosp_15_r20/external/webrtc/.clang-format (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1*d9f75844SAndroid Build Coastguard Worker# Defines the Chromium style for automatic reformatting.
2*d9f75844SAndroid Build Coastguard Worker# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
3*d9f75844SAndroid Build Coastguard WorkerBasedOnStyle: Chromium
4*d9f75844SAndroid Build Coastguard Worker---
5*d9f75844SAndroid Build Coastguard WorkerLanguage: Java
6*d9f75844SAndroid Build Coastguard WorkerBasedOnStyle: Google
7*d9f75844SAndroid Build Coastguard Worker---
8*d9f75844SAndroid Build Coastguard WorkerLanguage: ObjC
9*d9f75844SAndroid Build Coastguard WorkerBasedOnStyle: Google
10*d9f75844SAndroid Build Coastguard WorkerBinPackParameters: false
11*d9f75844SAndroid Build Coastguard WorkerBinPackArguments: false
12*d9f75844SAndroid Build Coastguard WorkerColumnLimit: 100
13*d9f75844SAndroid Build Coastguard WorkerObjCBlockIndentWidth: 2
14*d9f75844SAndroid Build Coastguard WorkerAllowAllParametersOfDeclarationOnNextLine: true
15*d9f75844SAndroid Build Coastguard WorkerAlignOperands: false
16*d9f75844SAndroid Build Coastguard WorkerAlwaysBreakBeforeMultilineStrings: false
17*d9f75844SAndroid Build Coastguard WorkerAllowShortFunctionsOnASingleLine: Inline
18*d9f75844SAndroid Build Coastguard WorkerBreakBeforeTernaryOperators: false
19*d9f75844SAndroid Build Coastguard WorkerIndentWrappedFunctionNames: true
20*d9f75844SAndroid Build Coastguard WorkerContinuationIndentWidth: 4
21*d9f75844SAndroid Build Coastguard WorkerObjCSpaceBeforeProtocolList: true
22*d9f75844SAndroid Build Coastguard Worker---
23*d9f75844SAndroid Build Coastguard WorkerLanguage: Cpp
24*d9f75844SAndroid Build Coastguard WorkerIncludeBlocks: Regroup
25