From 81d986c2ece90af3d34e60a718a9abc78e767dbc Mon Sep 17 00:00:00 2001 From: Rebekah Rowe Date: Fri, 22 Apr 2022 19:15:36 -0400 Subject: [PATCH] Updated clang-format --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 60efa45..3aac014 100644 --- a/.clang-format +++ b/.clang-format @@ -3,3 +3,4 @@ BreakBeforeBraces: Attach CompactNamespaces: true FixNamespaceComments: true NamespaceIndentation: None +SortIncludes: Never