2013-11-25 15:30:37 +00:00
|
|
|
# Defines the Chromium style for automatic reformatting.
|
|
|
|
|
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
|
|
|
BasedOnStyle: Chromium
|
2016-09-26 11:47:46 -07:00
|
|
|
---
|
|
|
|
|
Language: Java
|
|
|
|
|
BasedOnStyle: Google
|
2017-03-27 04:35:05 -07:00
|
|
|
---
|
|
|
|
|
Language: ObjC
|
|
|
|
|
BasedOnStyle: Google
|
2017-05-11 02:14:18 -07:00
|
|
|
BinPackParameters: false
|
|
|
|
|
BinPackArguments: false
|
2025-01-06 08:20:11 -08:00
|
|
|
ColumnLimit: 80
|
2017-05-11 02:14:18 -07:00
|
|
|
ObjCBlockIndentWidth: 2
|
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
|
AlignOperands: false
|
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
|
|
|
BreakBeforeTernaryOperators: false
|
|
|
|
|
IndentWrappedFunctionNames: true
|
|
|
|
|
ContinuationIndentWidth: 4
|
|
|
|
|
ObjCSpaceBeforeProtocolList: true
|
2021-01-29 17:13:49 +01:00
|
|
|
---
|
|
|
|
|
Language: Cpp
|
|
|
|
|
IncludeBlocks: Regroup
|