diff --git a/.clang-format b/.clang-format index 11c499191..ea4361100 100644 --- a/.clang-format +++ b/.clang-format @@ -1,11 +1,9 @@ -{ - BasedOnStyle: webkit, - AlignTrailingComments: true, - AllowShortBlocksOnASingleLine: true, - AllowShortFunctionsOnASingleLine: None, - PointerAlignment: Right, - AlignConsecutiveAssignments: true, - TabWidth: 4, - UseTab: ForIndentation, - SortIncludes: false, -} +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 7074a4775..0d8567a29 100644 --- a/Source/.clang-format +++ b/Source/.clang-format @@ -1,10 +1,8 @@ -{ - BasedOnStyle: webkit, - AlignTrailingComments: true, - AllowShortBlocksOnASingleLine: true, - AllowShortFunctionsOnASingleLine: None, - PointerAlignment: Right, - TabWidth: 4, - UseTab: ForIndentation, - SortIncludes: false, -} +BasedOnStyle: webkit +AlignTrailingComments: true +AllowShortBlocksOnASingleLine: true +AllowShortFunctionsOnASingleLine: None +PointerAlignment: Right +TabWidth: 4 +UseTab: ForIndentation +SortIncludes: false