Skip to content

Commit 296103f

Browse files
committed
No unnecessary break before operators
1 parent 8b5017c commit 296103f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.clang-format

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ PointerAlignment: Left
7575
# Separate definition blocks (Always, Never, or Leave).
7676
SeparateDefinitionBlocks: Always
7777
# Number of spaces before trailing comments.
78-
SpacesBeforeTrailingComments: 1
78+
SpacesBeforeTrailingComments: 2
7979
# Do not add a space after a C-style cast.
8080
SpaceAfterCStyleCast: false
8181
# Do not add a space after the template keyword.
@@ -90,8 +90,8 @@ SpaceBeforeParens: ControlStatements
9090
SpaceBeforeSquareBrackets: false
9191
# Width of a tab character.
9292
TabWidth: 2
93-
# Always use tabs for indentation.
94-
UseTab: Always
93+
# Use tabs for continuation and indentation.
94+
UseTab: ForContinuationAndIndentation
9595
# Don't touch lines used for translation.
9696
WhitespaceSensitiveMacros: [
9797
'translate_plural',

0 commit comments

Comments
 (0)