Skip to content

Commit

Permalink
Update .clang-format (CasparCG#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored and ronag committed Mar 20, 2018
1 parent 850187e commit 88171e1
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 @@ -31,7 +31,7 @@ BraceWrapping:
AfterObjCDeclaration: false
AfterStruct: true
AfterUnion: true
AfterExternBlock: true
#AfterExternBlock: true
BeforeCatch: false
BeforeElse: false
IndentBraces: false
Expand Down Expand Up @@ -69,7 +69,7 @@ IncludeCategories:
Priority: 1
IncludeIsMainRegex: '(Test)?$'
IndentCaseLabels: true
IndentPPDirectives: None
#IndentPPDirectives: None
IndentWidth: 4
IndentWrappedFunctionNames: false
KeepEmptyLinesAtTheStartOfBlocks: false
Expand All @@ -85,10 +85,10 @@ PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Left
RawStringFormats:
- Delimiter: pb
Language: TextProto
BasedOnStyle: google
#RawStringFormats:
# - Delimiter: pb
# Language: TextProto
# BasedOnStyle: google
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
Expand Down

0 comments on commit 88171e1

Please sign in to comment.