File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ PointerAlignment: Left
75
75
# Separate definition blocks (Always, Never, or Leave).
76
76
SeparateDefinitionBlocks : Always
77
77
# Number of spaces before trailing comments.
78
- SpacesBeforeTrailingComments : 1
78
+ SpacesBeforeTrailingComments : 2
79
79
# Do not add a space after a C-style cast.
80
80
SpaceAfterCStyleCast : false
81
81
# Do not add a space after the template keyword.
@@ -90,8 +90,8 @@ SpaceBeforeParens: ControlStatements
90
90
SpaceBeforeSquareBrackets : false
91
91
# Width of a tab character.
92
92
TabWidth : 2
93
- # Always use tabs for indentation.
94
- UseTab : Always
93
+ # Use tabs for continuation and indentation.
94
+ UseTab : ForContinuationAndIndentation
95
95
# Don't touch lines used for translation.
96
96
WhitespaceSensitiveMacros : [
97
97
' translate_plural' ,
You can’t perform that action at this time.
0 commit comments