You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
654 B
26 lines
654 B
5 years ago
|
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 ]
|
||
|
|