From d065202ff2ff7673f596eb34ea6faa3b25a7d1fb Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Tue, 10 Mar 2020 06:53:37 +0000 Subject: [PATCH] Reformat the .clang-format files These files are YAML, changes to a more idiomatic YAML syntax --- SourceS/.clang-format | 18 ++++++++---------- SourceX/.clang-format | 22 ++++++++++------------ 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/SourceS/.clang-format b/SourceS/.clang-format index 7074a4775..0d8567a29 100644 --- a/SourceS/.clang-format +++ b/SourceS/.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 diff --git a/SourceX/.clang-format b/SourceX/.clang-format index d407bcfb7..6af8a9627 100644 --- a/SourceX/.clang-format +++ b/SourceX/.clang-format @@ -1,12 +1,10 @@ -{ - BasedOnStyle: webkit, - AlignTrailingComments: true, - AllowShortBlocksOnASingleLine: true, - AllowShortFunctionsOnASingleLine: None, - PointerAlignment: Right, - TabWidth: 4, - UseTab: ForIndentation, - SortIncludes: false, - NamespaceIndentation: None, - FixNamespaceComments: true, -} +BasedOnStyle: webkit +AlignTrailingComments: true +AllowShortBlocksOnASingleLine: true +AllowShortFunctionsOnASingleLine: None +PointerAlignment: Right +TabWidth: 4 +UseTab: ForIndentation +SortIncludes: false +NamespaceIndentation: None +FixNamespaceComments: true