File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ end_of_line = crlf
8
8
charset = latin1
9
9
10
10
[* .cpp ]
11
- indent_style = tab
11
+ indent_style = space
12
12
indent_size = 4
13
13
14
14
[* .h ]
15
- indent_style = tab
15
+ indent_style = space
16
16
indent_size = 4
17
17
18
18
[* .rc ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ AlignConsecutiveAssignments: false
5
5
AlignConsecutiveDeclarations: false
6
6
AlignEscapedNewlinesLeft: false
7
7
AlignOperands: true
8
- AlignTrailingComments: false
8
+ AlignTrailingComments: true
9
9
AllowAllParametersOfDeclarationOnNextLine: false
10
10
AllowShortBlocksOnASingleLine: false
11
11
AllowShortCaseLabelsOnASingleLine: true
@@ -48,8 +48,8 @@ IndentCaseLabels: false
48
48
IndentWidth: 4
49
49
IndentWrappedFunctionNames: true
50
50
KeepEmptyLinesAtTheStartOfBlocks: false
51
- MacroBlockBegin: '^BEGIN_MSG_MAP|^BEGIN_UPDATE_UI_MAP|^BEGIN_COM_MAP'
52
- MacroBlockEnd: '^END_MSG_MAP|^END_UPDATE_UI_MAP|^END_COM_MAP'
51
+ MacroBlockBegin: '^BEGIN_MSG_MAP|^BEGIN_UPDATE_UI_MAP|^BEGIN_COM_MAP|^BEGIN_DLGRESIZE_MAP '
52
+ MacroBlockEnd: '^END_MSG_MAP|^END_UPDATE_UI_MAP|^END_COM_MAP|^END_DLGRESIZE_MAP '
53
53
MaxEmptyLinesToKeep: 2
54
54
NamespaceIndentation: None
55
55
PenaltyBreakBeforeFirstCallParameter: 100
@@ -73,4 +73,4 @@ SpacesInParentheses: false
73
73
SpacesInSquareBrackets: false
74
74
Standard: Cpp11
75
75
TabWidth: 4
76
- UseTab: Always
76
+ UseTab: Never
You can’t perform that action at this time.
0 commit comments