Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelSmart committed May 25, 2018
1 parent 21b2b09 commit c2a3314
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Language: Cpp
BraceWrapping:
AfterClass: true
AfterControlStatement: true
AfterEnum: false
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: true
AfterStruct: true
AfterUnion: false
BeforeCatch: true
BeforeElse: true
IndentBraces: true
BreakBeforeBraces: Custom
ColumnLimit: 0
UseTab: Never
IndentWidth: 2
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
IndentCaseLabels: true
SpaceAfterCStyleCast: true
SpaceAfterTemplateKeyword: false
SpaceBeforeAssignmentOperators: false
SpaceBeforeParens: ControlStatements
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false

0 comments on commit c2a3314

Please sign in to comment.