534490e9b2
Change-Id: I71bbf133223931eddb0c7e568cc0b99ecf807fa1
26 lines
654 B
Plaintext
26 lines
654 B
Plaintext
BasedOnStyle: WebKit
|
|
Standard: Cpp11
|
|
ColumnLimit: 100
|
|
PointerBindsToType: false
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterClass: true
|
|
AfterControlStatement: false
|
|
AfterEnum: false
|
|
AfterFunction: true
|
|
AfterNamespace: false
|
|
AfterObjCDeclaration: false
|
|
AfterStruct: true
|
|
AfterUnion: false
|
|
BeforeCatch: false
|
|
BeforeElse: false
|
|
IndentBraces: false
|
|
AlignAfterOpenBracket: true
|
|
AlwaysBreakTemplateDeclarations: true
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
NamespaceIndentation: None
|
|
SortIncludes: false
|
|
ForEachMacros: [ forever, foreach, Q_FOREACH, BOOST_FOREACH ]
|
|
|