Skip to content

Commit e73c735

Browse files
committed
clang-format: try to disable fancy alignment of line continuations
1 parent b7481b7 commit e73c735

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clang-format

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Language: Cpp
33
BasedOnStyle: LLVM
44
AccessModifierOffset: -4
5+
AlignAfterOpenBracket: DontAlign
6+
AlignOperands: false
57
AlignTrailingComments: false
68
AllowShortBlocksOnASingleLine: false
79
AllowShortFunctionsOnASingleLine: None

0 commit comments

Comments
 (0)