diff --git a/.clang-format b/.clang-format index 2228af0b9..e84ce1c3c 100644 --- a/.clang-format +++ b/.clang-format @@ -36,4 +36,6 @@ PointerAlignment: Middle SpaceAfterCStyleCast: false SpaceBeforeAssignmentOperators: true SpacesInCStyleCastParentheses: false -SpacesInParentheses: false \ No newline at end of file +SpacesInParentheses: false +DerivePointerAlignment: false +SortIncludes: false \ No newline at end of file