Skip to content

Commit

Permalink
Format variant class codes
Browse files Browse the repository at this point in the history
  • Loading branch information
harrywong committed Dec 17, 2018
1 parent 228c37b commit d4ee78a
Show file tree
Hide file tree
Showing 6 changed files with 1,556 additions and 1,504 deletions.
4 changes: 2 additions & 2 deletions .clang-format
Expand Up @@ -14,7 +14,7 @@ AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: TopLevel
AlwaysBreakAfterReturnType: TopLevelDefinitions
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: true
BinPackArguments: true
Expand Down Expand Up @@ -97,7 +97,7 @@ ReflowComments: true
SortIncludes: false
SortUsingDeclarations: false
SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: true
SpaceAfterTemplateKeyword: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: Never
SpaceInEmptyParentheses: false
Expand Down

0 comments on commit d4ee78a

Please sign in to comment.