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.
25 lines
654 B
25 lines
654 B
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 ]
|
|
|
|
|