We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e025e99 commit f096f71Copy full SHA for f096f71
.clang-format
@@ -33,7 +33,7 @@ BraceWrapping:
33
BeforeWhile: true
34
SplitEmptyRecord: true
35
SplitEmptyNamespace: true
36
-BreakBeforeBinaryOperators: All
+BreakBeforeBinaryOperators: NonAssignment
37
BreakBeforeConceptDeclarations: false
38
ColumnLimit: 120
39
IncludeBlocks: Merge
include/omath/angle.hpp
@@ -114,8 +114,7 @@ namespace omath
114
}
115
116
[[nodiscard]]
117
- constexpr std::partial_ordering operator<=>(const Angle& other) const
118
- = default;
+ constexpr std::partial_ordering operator<=>(const Angle& other) const = default;
119
120
constexpr Angle& operator-=(const Angle& other)
121
{
0 commit comments