diff --git a/.clang-format b/.clang-format index 895c779..a8db080 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,5 @@ AccessModifierOffset: -1 SpacesBeforeTrailingComments: 2 NamespaceIndentation: All -SortIncludes: false \ No newline at end of file +SortIncludes: false +PointerAlignment: Middle