diff --git a/.clang-format b/.clang-format index 6c69a182f..11c499191 100644 --- a/.clang-format +++ b/.clang-format @@ -1,10 +1,11 @@ { - BasedOnStyle: webkit, - AlignTrailingComments: true, - AllowShortBlocksOnASingleLine: true, - AllowShortFunctionsOnASingleLine: None, - PointerAlignment: Right, - AlignConsecutiveAssignments: true, + BasedOnStyle: webkit, + AlignTrailingComments: true, + AllowShortBlocksOnASingleLine: true, + AllowShortFunctionsOnASingleLine: None, + PointerAlignment: Right, + AlignConsecutiveAssignments: true, TabWidth: 4, UseTab: ForIndentation, + SortIncludes: false, } diff --git a/Source/.clang-format b/Source/.clang-format index 7b78b7000..7074a4775 100644 --- a/Source/.clang-format +++ b/Source/.clang-format @@ -6,4 +6,5 @@ PointerAlignment: Right, TabWidth: 4, UseTab: ForIndentation, + SortIncludes: false, }