[Misc] Update certain clang-format settings
Description
Updates the following clang-format settings:
-
SortIncludes -
IncludeBlocks- Now set to
Preserve. See https://clang.llvm.org/docs/ClangFormatStyleOptions.html#includeblocks
- Now set to
-
BreakBeforeBinaryOperators- Now set to
NonAssignment. See https://clang.llvm.org/docs/ClangFormatStyleOptions.html#breakbeforebinaryoperators
- Now set to
Checklist
-
Documentation reflects the changes made. -
Merge Request title is clear, concise, and suitable as a changelog entry. See our contributing docs
References
Closes #1416 (closed)
Edited by Niels Alexander Buegel