diff --git a/.clang-format b/.clang-format index 402faea..0cd7d62 100644 --- a/.clang-format +++ b/.clang-format @@ -33,7 +33,7 @@ BraceWrapping: BeforeWhile: true SplitEmptyRecord: true SplitEmptyNamespace: true -BreakBeforeBinaryOperators: All +BreakBeforeBinaryOperators: NonAssignment BreakBeforeConceptDeclarations: false ColumnLimit: 120 IncludeBlocks: Merge diff --git a/include/omath/angle.hpp b/include/omath/angle.hpp index 61e75d0..e2949a3 100644 --- a/include/omath/angle.hpp +++ b/include/omath/angle.hpp @@ -114,8 +114,7 @@ namespace omath } [[nodiscard]] - constexpr std::partial_ordering operator<=>(const Angle& other) const - = default; + constexpr std::partial_ordering operator<=>(const Angle& other) const = default; constexpr Angle& operator-=(const Angle& other) {