Skip to content

Commit

Permalink
Significantly reduce cases of awkward indentation, use AlginWithSpace…
Browse files Browse the repository at this point in the history
…s instead of ForContinuationAndIndentation
  • Loading branch information
D0ntPanic committed Feb 2, 2022
1 parent 42e215b commit e4ae9b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AlignConsecutiveMacros: 'true'
AlignConsecutiveAssignments: 'false'
AlignConsecutiveDeclarations: 'false'
AlignEscapedNewlines: DontAlign
AlignOperands: 'true'
AlignOperands: 'false'
AlignTrailingComments: 'true'
AllowAllArgumentsOnNextLine: 'true'
AllowAllConstructorInitializersOnNextLine: 'false'
Expand Down Expand Up @@ -59,6 +59,7 @@ IndentWrappedFunctionNames: 'true'
KeepEmptyLinesAtTheStartOfBlocks: 'false'
MaxEmptyLinesToKeep: '2'
NamespaceIndentation: All
PenaltyIndentedWhitespace: 100
PointerAlignment: Left
SortIncludes: 'false'
SortUsingDeclarations: 'true'
Expand All @@ -80,6 +81,6 @@ SpacesInParentheses: 'false'
SpacesInSquareBrackets: 'false'
IndentWidth: '4'
TabWidth: '4'
UseTab: ForContinuationAndIndentation
UseTab: AlignWithSpaces

...

0 comments on commit e4ae9b6

Please sign in to comment.