Skip to content

Commit

Permalink
updated clangformat
Browse files Browse the repository at this point in the history
  • Loading branch information
janwilmans committed Aug 29, 2019
1 parent b8520c7 commit 6e0aa2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ end_of_line = crlf
charset = latin1

[*.cpp]
indent_style = tab
indent_style = space
indent_size = 4

[*.h]
indent_style = tab
indent_style = space
indent_size = 4

[*.rc]
Expand Down
8 changes: 4 additions & 4 deletions _clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlinesLeft: false
AlignOperands: true
AlignTrailingComments: false
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true
Expand Down Expand Up @@ -48,8 +48,8 @@ IndentCaseLabels: false
IndentWidth: 4
IndentWrappedFunctionNames: true
KeepEmptyLinesAtTheStartOfBlocks: false
MacroBlockBegin: '^BEGIN_MSG_MAP|^BEGIN_UPDATE_UI_MAP|^BEGIN_COM_MAP'
MacroBlockEnd: '^END_MSG_MAP|^END_UPDATE_UI_MAP|^END_COM_MAP'
MacroBlockBegin: '^BEGIN_MSG_MAP|^BEGIN_UPDATE_UI_MAP|^BEGIN_COM_MAP|^BEGIN_DLGRESIZE_MAP'
MacroBlockEnd: '^END_MSG_MAP|^END_UPDATE_UI_MAP|^END_COM_MAP|^END_DLGRESIZE_MAP'
MaxEmptyLinesToKeep: 2
NamespaceIndentation: None
PenaltyBreakBeforeFirstCallParameter: 100
Expand All @@ -73,4 +73,4 @@ SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 4
UseTab: Always
UseTab: Never

0 comments on commit 6e0aa2c

Please sign in to comment.