From d2082a5f3bdf46971a1cb1be2923d957bc6992fb Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 3 Feb 2023 15:43:04 +0000 Subject: [PATCH] Revert "trivial: Fix clang-format of JSON files for newer versions of clang" This reverts commit 2eb4357a70c6b1b28bc117e518d197b47df7b66c. --- .clang-format | 3 --- 1 file changed, 3 deletions(-) diff --git a/.clang-format b/.clang-format index 63ad24965..27d9025cd 100644 --- a/.clang-format +++ b/.clang-format @@ -36,9 +36,6 @@ PenaltyBreakBeforeFirstCallParameter: '15' --- Language: 'Proto' --- -Language: 'Json' -BasedOnStyle: llvm ---- Language: 'Cpp' IncludeCategories: - Regex: '^"config.h"$'