Skip to content

Commit

Permalink
switch to ethminer style
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelang committed May 11, 2018
1 parent 46c0557 commit 13c17d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ AlignAfterOpenBracket: DontAlign
BinPackParameters: true
BraceWrapping:
AfterClass: true
AfterControlStatement: false
AfterEnum: false
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: true
AfterStruct: false
AfterUnion: false
BeforeCatch: false
BeforeElse: false
AfterStruct: true
AfterUnion: true
BeforeCatch: true
BeforeElse: true
SplitEmptyFunction: false
BreakBeforeBraces: Custom
BreakBeforeTernaryOperators: false
Expand Down

0 comments on commit 13c17d2

Please sign in to comment.